There's no apache user on mm-backend01, so no need to add s3sync to it's group.
This commit is contained in:
parent
2c5a5af8a1
commit
3b11f96856
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
group: gid=442 name=s3-mirror
|
||||
|
||||
- name: Create s3-mirror user
|
||||
user: group=s3-mirror groups=mirrors,mirrors2,apache name=s3-mirror comment="s3-mirror user" home=/home/s3-mirror shell=/bin/bash
|
||||
user: group=s3-mirror groups=mirrors,mirrors2 name=s3-mirror comment="s3-mirror user" home=/home/s3-mirror shell=/bin/bash
|
||||
|
||||
- name: s3cfg file
|
||||
template: src=s3cfg dest=/home/s3-mirror/.s3cfg owner=s3-mirror group=s3-mirror mode=0600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue