This commit is contained in:
8
playbooks/install_postgresql.yml.ansible
Normal file
8
playbooks/install_postgresql.yml.ansible
Normal file
@@ -0,0 +1,8 @@
|
||||
- hosts:
|
||||
- postgresql
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- etcd
|
||||
- postgresql
|
||||
- handlers
|
||||
Reference in New Issue
Block a user