diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/essential.yml | 7 | ||||
-rw-r--r-- | playbooks/web.yml | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/playbooks/essential.yml b/playbooks/essential.yml deleted file mode 100644 index dc08d81..0000000 --- a/playbooks/essential.yml +++ /dev/null @@ -1,7 +0,0 @@ -- name: Essential setup for all hosts - hosts: all - roles: - - { role: minimal } - - { role: users } - - { role: sudo } - - { role: atop } diff --git a/playbooks/web.yml b/playbooks/web.yml deleted file mode 100644 index ca14fd1..0000000 --- a/playbooks/web.yml +++ /dev/null @@ -1,7 +0,0 @@ -- name: Essential setup for all hosts - hosts: web - roles: - # Websites - # - { role: home } - # - { role: ip } - # - { role: blog } |