mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
update default EC2 exclude regions -- this should be the best configuration for most users, but some may still want to tweak.
This commit is contained in:
parent
e3e6f02835
commit
26676ce2e2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
# in AWS and merge the results together. Alternatively, set this to a comma
|
||||
# separated list of regions. E.g. 'us-east-1,us-west-1,us-west-2'
|
||||
regions = all
|
||||
regions_exclude = us-gov-west-1
|
||||
regions_exclude = us-gov-west-1,cn-north-1
|
||||
|
||||
# When generating inventory, Ansible needs to know how to address a server.
|
||||
# Each EC2 instance has a lot of variables associated with it. Here is the list:
|
||||
|
|
Loading…
Reference in a new issue