Files
ansible-lxc-templates/anygroup.yml
Sasha Ivanov abc9e3c177 + install nginx via apt
+ add octobercms.conf to nginx
2023-01-31 18:48:33 +01:00

9 lines
181 B
YAML

---
- hosts: debian10
roles:
- { role: 'nginx', tags: 'nginx' }
- { role: 'php', tags: 'php' }
# Associate further roles to servers in specific group in this file...
...