diff options
Diffstat (limited to 'setup.yml')
-rw-r--r-- | setup.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,3 +2,8 @@ hosts: all roles: - { role: essential } + +- name: Basic setup for all hosts + hosts: web + roles: + - { role: web } |