aboutsummaryrefslogtreecommitdiffstats
path: root/playbook-new.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbook-new.yml')
-rw-r--r--playbook-new.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/playbook-new.yml b/playbook-new.yml
new file mode 100644
index 0000000..38d43c1
--- /dev/null
+++ b/playbook-new.yml
@@ -0,0 +1,13 @@
+---
+- hosts: all
+ roles:
+ - common
+- hosts: postgres
+ become: true
+ roles:
+ - postgres
+- hosts: web
+ become: true
+ roles:
+ - web
+