This commit is contained in:
David Petric
2023-03-27 16:13:41 +02:00
parent a53d25caa9
commit 2d6606c0a4
11 changed files with 2094 additions and 0 deletions

13
setup_server.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- 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