Added roles

This commit is contained in:
vagrant
2025-11-18 13:18:52 +00:00
parent cbe9bfefa4
commit b40939e399
39 changed files with 568 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#SPDX-License-Identifier: MIT-0
# handlers file for nginx
---
- name: restart nginx
service: name=nginx state=restarted