ansible-ci.yml

This commit is contained in:
s0dy
2018-11-18 16:47:35 +01:00
parent 1f2ea45255
commit 0e6f1e539e
2 changed files with 4 additions and 12 deletions

View File

@ -20,19 +20,12 @@
enabled: yes
masked: no
- name: Permissions /etc/httpd
file:
path: /etc/httpd
owner: apache
group: apache
recurse: yes
- name: Change file ownership, group and mode
file:
path: /var/www
owner: apache
owner: root
group: apache
mode: "u=r,g=r,o=r"
mode: 0750
recurse: yes
- name: Install python-passlib