mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Update ec2 inventory script from core, no more tower-specific changes.
This commit is contained in:
@@ -382,7 +382,7 @@ EC2_INSTANCE_ID_VAR = 'ec2_id'
|
||||
# By default, filter group of one created for each instance, filter all RDS
|
||||
# hosts, and exclude all groups without children, hosts and variables.
|
||||
EC2_GROUP_FILTER = r'^(?!i-[a-f0-9]{8,}).+$'
|
||||
EC2_HOST_FILTER = r'^.+(?<!rds\.amazonaws\.com)$'
|
||||
EC2_HOST_FILTER = r'^.+$'
|
||||
EC2_EXCLUDE_EMPTY_GROUPS = True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user