add groups
This commit is contained in:
@@ -36,11 +36,17 @@ controller_inventory_sources:
|
|||||||
- tag:Name
|
- tag:Name
|
||||||
compose:
|
compose:
|
||||||
ansible_host: public_ip_address
|
ansible_host: public_ip_address
|
||||||
|
ansible_user: 'ec2-user'
|
||||||
groups:
|
groups:
|
||||||
cloud_aws: true
|
cloud_aws: true
|
||||||
|
os_linux: tags.blueprint.startswith('rhel')
|
||||||
keyed_groups:
|
keyed_groups:
|
||||||
- key: platform
|
- key: platform
|
||||||
prefix: os
|
prefix: os
|
||||||
|
- key: tags.blueprint
|
||||||
|
prefix: blueprint
|
||||||
|
- key: tags.owner
|
||||||
|
prefix: owner
|
||||||
|
|
||||||
#- name: Azure Inventory
|
#- name: Azure Inventory
|
||||||
# organization: Default
|
# organization: Default
|
||||||
|
|||||||
Reference in New Issue
Block a user