Try passing ansible_fqdn directly to the role as an argument.
This commit is contained in:
parent
b0efbaa648
commit
85b05e9368
1 changed files with 2 additions and 4 deletions
|
@ -21,9 +21,6 @@
|
|||
- ${private}/vars.yml
|
||||
- ${vars}/${ansible_distribution}.yml
|
||||
|
||||
vars:
|
||||
ansible_fqdn: copr-be.cloud.fedoraproject.org
|
||||
|
||||
tasks:
|
||||
- include: $tasks/cloud_setup_basic.yml
|
||||
- include: $tasks/iptables.yml
|
||||
|
@ -155,4 +152,5 @@
|
|||
- include: $handlers/restart_services.yml
|
||||
|
||||
roles:
|
||||
- /srv/web/infra/ansible/roles/fedmsg_base
|
||||
- role: /srv/web/infra/ansible/roles/fedmsg_base
|
||||
ansible_fqdn: copr-be.cloud.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue