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

View file

@ -0,0 +1,4 @@
- name: Restart nginx
service:
name: nginx
state: restarted