Fix AWS groups (#255)
This commit is contained in:
committed by
GitHub
parent
db97b38fbc
commit
0634643f21
@@ -44,14 +44,13 @@ controller_inventory_sources:
|
|||||||
- tag:Name
|
- tag:Name
|
||||||
compose:
|
compose:
|
||||||
ansible_host: public_ip_address
|
ansible_host: public_ip_address
|
||||||
ansible_user: 'ec2-user'
|
ansible_user: ec2-user
|
||||||
groups:
|
groups:
|
||||||
cloud_aws: true
|
cloud_aws: true
|
||||||
os_linux: tags.blueprint.startswith('rhel')
|
os_linux: "platform_details == 'Red Hat Enterprise Linux'"
|
||||||
os_windows: tags.blueprint.startswith('win')
|
os_windows: "platform_details == 'Windows'"
|
||||||
|
|
||||||
keyed_groups:
|
keyed_groups:
|
||||||
- key: platform
|
|
||||||
prefix: os
|
|
||||||
- key: tags.blueprint
|
- key: tags.blueprint
|
||||||
prefix: blueprint
|
prefix: blueprint
|
||||||
- key: tags.owner
|
- key: tags.owner
|
||||||
@@ -62,6 +61,7 @@ controller_inventory_sources:
|
|||||||
prefix: deployment
|
prefix: deployment
|
||||||
- key: tags.Compliance
|
- key: tags.Compliance
|
||||||
separator: ''
|
separator: ''
|
||||||
|
|
||||||
controller_groups:
|
controller_groups:
|
||||||
- name: cloud_aws
|
- name: cloud_aws
|
||||||
inventory: Demo Inventory
|
inventory: Demo Inventory
|
||||||
|
|||||||
Reference in New Issue
Block a user