Missing definitions
This commit is contained in:
parent
6088ebdd00
commit
1e062faf8c
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
- "/srv/private/ansible/vars.yml"
|
||||||
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create the RabbitMQ user
|
- name: Create the RabbitMQ user
|
||||||
rabbitmq_user:
|
rabbitmq_user:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue