config ansible di base per installare nginx. Queste sono solo prove per capirci qualcosa con ansible

This commit is contained in:
Freek Kettone 2025-09-02 18:55:14 +02:00
parent 7a33d651bd
commit f7723e72dc
4 changed files with 26 additions and 0 deletions

5
playbook.yml Normal file
View file

@ -0,0 +1,5 @@
- name: Configura container di base
hosts: xmpp #dice che deve applicare le seguenti cose al gruppo xmpp definito nell'inventory.ini
become: true #esegue da root
roles:
- nginx