Skip to content

Commit b5af442

Browse files
committed
clarify cloud_init_userdata_templates group parameter
1 parent 6e38085 commit b5af442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/cloud_init/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Image and cloud environment supporting cloud-init.
1010
- `cloud_init_output_path`: Required. Path to output userdata files to.
1111
- `cloud_init_userdata_templates`: Optional list. Each element is a dict with keys/values as follows:
1212
- `module`: Required str. Name of cloud_init [module](https://cloudinit.readthedocs.io/en/latest/topics/modules.html)
13-
- `group`: Optional str. Name of inventory group to which this config applies - if omitted it applies. This allows defining `cloud_init_userdata_templates` for group `all`.
13+
- `group`: Optional str. Name of inventory group to which this config applies - if no group is specified then it applies to all groups. This allows defining `cloud_init_userdata_templates` for group `all`.
1414
- `template`: Jinja template for cloud_init module [configuration](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
1515

1616
Elements may repeat `module`; the resulting userdata cloud-config file will will contain configuration from all applicable (by group) elements for that module.

0 commit comments

Comments
 (0)