aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/site.yml')
-rw-r--r--playbooks/site.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/playbooks/site.yml b/playbooks/site.yml
new file mode 100644
index 0000000..5030b79
--- /dev/null
+++ b/playbooks/site.yml
@@ -0,0 +1,11 @@
+- hosts: servers
+ roles:
+ - role: sshd
+ tags: role_sshd
+
+- hosts: stack0
+ roles:
+ - role: nfsd
+ tags: role_nfsd
+ - role: vmm
+ tags: role_vmm
remember that computers suck.