inventory: change how iad domain is constructed.
We can't use things that are not in the facts cache for this. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6d19254a96
commit
9f5cc4eb8b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ plugin: constructed
|
||||||
strict: False
|
strict: False
|
||||||
compose:
|
compose:
|
||||||
groups:
|
groups:
|
||||||
iad2: datacenter == 'iad2'
|
iad2: ansible_domain = 'iad2.fedoraproject.org'
|
||||||
keyed_groups:
|
keyed_groups:
|
||||||
- prefix: distro
|
- prefix: distro
|
||||||
key: ansible_distribution
|
key: ansible_distribution
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue