From e60e99796111ee6d43080b4e48971c08886c0570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 11 Dec 2021 13:54:22 +0000 Subject: roles: Add git and cgit roles --- playbooks/site.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'playbooks') diff --git a/playbooks/site.yml b/playbooks/site.yml index d354cb7..eef50b8 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -18,6 +18,11 @@ - role: nfsclient tags: role_nfsclient +- hosts: stack0-dev0 + roles: + - role: cgit + tags: role_cgit + - hosts: servers roles: - role: httpd -- cgit v1.2.3