mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Pull in user's uid vs hardcode to 1000
This commit is contained in:
parent
a79d7444e5
commit
2fc581c249
@ -65,7 +65,7 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
execution_node_1:
|
execution_node_1:
|
||||||
image: quay.io/awx/awx_devel:devel
|
image: quay.io/awx/awx_devel:devel
|
||||||
user: "1000"
|
user: "{{ ansible_user_uid }}"
|
||||||
container_name: tools_execution_node_1
|
container_name: tools_execution_node_1
|
||||||
hostname: execution_node_1
|
hostname: execution_node_1
|
||||||
command: 'receptor --config /etc/receptor/awx-1-receptor-standalone.conf'
|
command: 'receptor --config /etc/receptor/awx-1-receptor-standalone.conf'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user