diff options
Diffstat (limited to 'setup.yml')
-rw-r--r-- | setup.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/setup.yml b/setup.yml deleted file mode 100644 index 0824014..0000000 --- a/setup.yml +++ /dev/null @@ -1,9 +0,0 @@ -- name: Basic setup for all hosts - hosts: all - roles: - - { role: essential } - -- name: Setup web hosts - hosts: web - roles: - - { role: web } |