pip install --user ansible
https://galaxy.ansible.com/galaxyproject/postgresql
ansible-playbook -i dev, postgresql.yml
migrate to https://galaxy.ansible.com/geerlingguy/postgresql
| pip install --user ansible | |
| ansible-playbook -i inventory --connection=local postgresql.yml |
pip install --user ansible
https://galaxy.ansible.com/galaxyproject/postgresql
ansible-playbook -i dev, postgresql.yml
migrate to https://galaxy.ansible.com/geerlingguy/postgresql