Initial import
This commit is contained in:
commit
c28551bb63
22 changed files with 357 additions and 0 deletions
6
roles/webserver/handlers/main.yml
Normal file
6
roles/webserver/handlers/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: Restart webserver
|
||||
ansible.builtin.systemd:
|
||||
name: httpd.service
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue