variable username
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
file:
|
||||
path: "/container/docker-images/htcondor"
|
||||
state: directory
|
||||
owner: thoto
|
||||
owner: "{{unpriv_user}}"
|
||||
group: docker
|
||||
mode: "u=rwx,g=rwx,o=rx"
|
||||
|
||||
- copy:
|
||||
dest: "/container/docker-images/htcondor/Dockerfile"
|
||||
src: "htcondor.Dockerfile"
|
||||
owner: thoto
|
||||
owner: "{{unpriv_user}}"
|
||||
group: docker
|
||||
register: cp_dockerfile
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
copy:
|
||||
src: "conf/{{item}}/"
|
||||
dest: "/container/volumes/{{item}}/"
|
||||
owner: thoto
|
||||
owner: "{{unpriv_user}}"
|
||||
group: docker
|
||||
mode: "u=rwx,g=rwx"
|
||||
with_items: [ "cm", "exec", "sub", "common"]
|
||||
|
Reference in New Issue
Block a user