This commit is contained in:
Louis Déprés 2023-06-03 16:45:37 +02:00
parent fbd73f14c4
commit 9d61eaba15
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
- name: restart nginx
service:
name: nginx
state: restarted

View File

@ -0,0 +1,10 @@
---
- name: apt update
apt:
update_cache: yes
cache_valid_time: 3600
- name: Install nginx
apt:
pkg:
- nginx

View File

@ -7,5 +7,5 @@
- ssh-cli
- syslog-cli
- snmp-agent
- apache2only
- nginx
- post