feat(postgresql): added new role to install pgsql server
This commit is contained in:
parent
068a2e2790
commit
7d6155f97e
13 changed files with 281 additions and 0 deletions
|
@ -69,6 +69,16 @@
|
|||
tags: [mariadb]
|
||||
tags: [mariadb]
|
||||
|
||||
- name: setup postgresql servers
|
||||
hosts: internal:&postgresql
|
||||
tasks:
|
||||
- name: include postgresql role
|
||||
ansible.builtin.include_role:
|
||||
name: nullified.infrastructure.postgresql
|
||||
apply:
|
||||
tags: [postgresql]
|
||||
tags: [postgresql]
|
||||
|
||||
- name: setup workstations
|
||||
hosts: internal:&workstation
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue