Migrated to ansible roles

This commit is contained in:
2022-03-05 13:31:25 +01:00
parent 67efc68362
commit 0912579ad1
11 changed files with 75 additions and 48 deletions

View File

@ -0,0 +1,7 @@
---
# handlers file for nginx-webserver
- name: restart nginx
ansible.builtin.service:
name: nginx
state: restarted
become: true