diff options
author | binary <me@rgoncalves.se> | 2021-01-14 18:57:53 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-14 18:57:53 +0100 |
commit | c3bdb3c7e51b1476af9ebf090fac2fbe323c1091 (patch) | |
tree | 33171bfb8581605a18a36bcc5ea03acee025ccb4 /playbooks | |
parent | 5d89d2fabc260ab0d0594d3688ca279fdcc249aa (diff) | |
download | infrastructure-c3bdb3c7e51b1476af9ebf090fac2fbe323c1091.tar.gz |
Breakdown roles links with dependencies
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/vm2.rgoncalves.se.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/vm2.rgoncalves.se.yml b/playbooks/vm2.rgoncalves.se.yml index dacb4a4..c7136f9 100644 --- a/playbooks/vm2.rgoncalves.se.yml +++ b/playbooks/vm2.rgoncalves.se.yml @@ -8,7 +8,8 @@ - hosts: vm2 roles: - - { role: git } + - { role: httpd_pre } - { role: stagit } + - { role: cgit } - { role: httpd } #- { role: grafana } |