diff options
author | binary <me@rgoncalves.se> | 2020-11-19 23:41:03 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-19 23:41:03 +0100 |
commit | 397508ac56a7888d6176abfa247fdc20ae0372a3 (patch) | |
tree | dbd51e7ae62ce1640219581709399fe79b94a2ea /playbooks | |
parent | 3e891b1a1fe21c26e7a09293106bf60dea6334e5 (diff) | |
download | infrastructure-397508ac56a7888d6176abfa247fdc20ae0372a3.tar.gz |
stack0 only playbook and hypervisor
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/all-hosts-basic.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/all-hosts-basic.yml b/playbooks/all-hosts-basic.yml index 4917274..f8538e4 100644 --- a/playbooks/all-hosts-basic.yml +++ b/playbooks/all-hosts-basic.yml @@ -7,8 +7,8 @@ - hosts: servers roles: - - { role : common } - - { role : tools } - - { role : sshd } - - { role : users } - - { role : git } + - { role: common } + - { role: tools } + - { role: sshd } + - { role: users } + - { role: git } |