mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Do not set credentials via environment variables
This commit is contained in:
@@ -10,4 +10,5 @@ data:
|
||||
pg_password: "{{ pg_password | b64encode }}"
|
||||
rabbitmq_password: "{{ rabbitmq_password | b64encode }}"
|
||||
rabbitmq_erlang_cookie: "{{ rabbitmq_erlang_cookie | b64encode }}"
|
||||
confd_contents: "{{ lookup('template', 'credentials.py.j2') | b64encode }}"
|
||||
credentials_py: "{{ lookup('template', 'credentials.py.j2') | b64encode }}"
|
||||
environment_sh: "{{ lookup('template', 'environment.sh.j2') | b64encode }}"
|
||||
|
||||
Reference in New Issue
Block a user