You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/roles/cloud_init/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Image and cloud environment supporting cloud-init.
10
10
-`cloud_init_output_path`: Required. Path to output userdata files to.
11
11
-`cloud_init_userdata_templates`: Optional list. Each element is a dict with keys/values as follows:
12
12
-`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`.
14
14
-`template`: Jinja template for cloud_init module [configuration](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
15
15
16
16
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