Files
ansible-tasks/php.database.yml
2026-03-15 16:04:42 +01:00

16 lines
218 B
YAML

---
# PHP and Database
#
# Run:
# ansible-playbook -i inventory/hosts tasks/php.database.yml
#
# Prepare:
# See readme.md and init your workspace
- hosts: all
gather_facts: true
roles:
- lsa.php
- lsa.db