0.1.0-DEV-20191030-122725

-------------------------
    * INITIAL:
      - initial commit
This commit is contained in:
2019-10-30 00:27:10 -04:00
commit c7ad8909d8
13 changed files with 519 additions and 0 deletions

8
handlers/main.yml Normal file
View File

@ -0,0 +1,8 @@
---
# handlers file for zen_rev_proxy
- name: restart nginx
service:
name : nginx
state: restarted
when: ansible_virtualization_type != "docker"