diff options
Diffstat (limited to 'playbook-new.yml')
-rw-r--r-- | playbook-new.yml | 13 |
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 + |