From c626bcba8584d4f95b4617a84e5cf402a39d1caf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 20 May 2019 16:05:59 +0000 Subject: [PATCH] Revert "inventory: drop the constructed inventory for now until we are using it for something specific." This reverts commit 65410b9d5d74d1804c741270864768ac3130d2a0. --- inventory/zzz-inventory.config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 inventory/zzz-inventory.config diff --git a/inventory/zzz-inventory.config b/inventory/zzz-inventory.config new file mode 100644 index 0000000000..35f5b2a188 --- /dev/null +++ b/inventory/zzz-inventory.config @@ -0,0 +1,17 @@ +plugin: constructed +strict: False +compose: +groups: + virthost02_guests: vmhost is defined and vmhost == 'virthost01.phx2.fedoraproject.org' +keyed_groups: + - prefix: distro + key: ansible_distribution + + - prefix: vmhost + key: vmhost + + - prefix: datacenter + key: datacenter + + - prefix: virt + key: ansible_virtualization_role