6
0
Fork 0
ansible-php-postgres-playbo.../site.yml

15 lines
297 B
YAML

---
- hosts: all
roles:
- ../library/bootstrap-roles/deb-ubuntu-common
- role: postgresql
when: local_postgresql_instance
- nginx
- php-fpm
- user_services_perms
- role: pgadmin
when:
- local_postgresql_instance
- local_phppgadmin_instance