mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
676 B
INI
20 lines
676 B
INI
9 years ago
|
#
|
||
9 years ago
|
# Configuration file for azure_rm.py
|
||
9 years ago
|
#
|
||
|
[azure]
|
||
|
# Control which resource groups are included. By default all resources groups are included.
|
||
|
# Set resource_groups to a comma separated list of resource groups names.
|
||
|
#resource_groups=
|
||
|
|
||
|
# Control which tags are included. Set tags to a comma separated list of keys or key:value pairs
|
||
|
#tags=
|
||
|
|
||
|
# Include powerstate. If you don't need powerstate information, turning it off improves runtime performance.
|
||
|
include_powerstate=yes
|
||
|
|
||
|
# Control grouping with the following boolean flags. Valid values: yes, no, true, false, True, False, 0, 1.
|
||
|
group_by_resource_group=yes
|
||
|
group_by_location=yes
|
||
9 years ago
|
group_by_security_group=yes
|
||
9 years ago
|
group_by_tag=yes
|