ansible-wordpress-host-init/setup_server.yml
David Petric 2d6606c0a4 init
2023-03-27 16:13:41 +02:00

14 lines
252 B
YAML

---
- hosts: all
vars_files:
- /vars/external.yml
become: yes
become_user: root
gather_facts: true
roles:
- role: update-packages
- role: install-nginx
- role: configure-nginx
- role: install-php
- role: configure-php