Commit de8a21af by Xavier Antoviaque

sandbox-ora: Create edx user expected by xqueue in rabbitmq

parent ff2b68dc
...@@ -18,9 +18,11 @@ rabbitmq_ip: "{{ ansible_default_ipv4.address }}" ...@@ -18,9 +18,11 @@ rabbitmq_ip: "{{ ansible_default_ipv4.address }}"
rabbitmq_auth_config: rabbitmq_auth_config:
erlang_cookie: "CHANGE ME" erlang_cookie: "CHANGE ME"
admin: admins:
- name: 'admin' - name: 'admin'
password: 'the example admin password' password: 'the example admin password'
- name: 'edx'
password: 'edx'
# If the system is running out of an Amazon Web Services # If the system is running out of an Amazon Web Services
# cloudformation stack, this group name can used to pull out # cloudformation stack, this group name can used to pull out
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment