mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-23 11:22:12 +00:00
gitlab-cy.yml
This commit is contained in:
parent
5a560308d6
commit
73853abd2e
@ -8,10 +8,15 @@
|
|||||||
rsync_opts:
|
rsync_opts:
|
||||||
- --exclude=.htaccess
|
- --exclude=.htaccess
|
||||||
|
|
||||||
#- name: Change file ownership, group and mode
|
- name: Change file ownership, group and mode
|
||||||
# file:
|
file:
|
||||||
# path: /var/www/html
|
path: /var/www/html
|
||||||
# owner: gitlab
|
owner: root
|
||||||
# group: apache
|
group: apache
|
||||||
# mode: "u=rwx,g=r,o=r"
|
recurse: yes
|
||||||
# recurse: yes
|
|
||||||
|
- name: return motd to registered var
|
||||||
|
command: find /var/www/html -type f -exec chmod 640 {} \;
|
||||||
|
|
||||||
|
- name: return motd to registered var
|
||||||
|
command: find /var/www/html -type d -exec chmod 750 {} \;
|
@ -30,9 +30,9 @@
|
|||||||
- name: Change file ownership, group and mode
|
- name: Change file ownership, group and mode
|
||||||
file:
|
file:
|
||||||
path: /var/www
|
path: /var/www
|
||||||
owner: gitlab
|
owner: apache
|
||||||
group: apache
|
group: apache
|
||||||
mode: "u=rwx,g=rs,o=r"
|
mode: "u=r,g=r,o=r"
|
||||||
recurse: yes
|
recurse: yes
|
||||||
|
|
||||||
- name: Install python-passlib
|
- name: Install python-passlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user