Files
as205079-automation/ansible/nsedit.yaml
2025-12-02 16:23:26 +01:00

11 lines
186 B
YAML

- name: "Nsedit setup"
hosts: nsedit
vars_files:
- ./config/{{ inventory_hostname }}.yaml
- ./config/common.yaml
become: true
roles:
- base
- php-fpm
- nginx