mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-07-29 14:19:50 +00:00
ansible-ci.yml
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user