|
|
|
@ -85,21 +85,23 @@ Module defaults groups
|
|
|
|
Ansible 2.7 adds a preview-status feature to group together modules that share common sets of parameters. This makes
|
|
|
|
Ansible 2.7 adds a preview-status feature to group together modules that share common sets of parameters. This makes
|
|
|
|
it easier to author playbooks making heavy use of API-based modules such as cloud modules.
|
|
|
|
it easier to author playbooks making heavy use of API-based modules such as cloud modules.
|
|
|
|
|
|
|
|
|
|
|
|
+-------+---------------------------+-----------------+
|
|
|
|
+--------+---------------------------+-----------------+
|
|
|
|
| Group | Purpose | Ansible Version |
|
|
|
|
| Group | Purpose | Ansible Version |
|
|
|
|
+=======+===========================+=================+
|
|
|
|
+========+===========================+=================+
|
|
|
|
| aws | Amazon Web Services | 2.7 |
|
|
|
|
| aws | Amazon Web Services | 2.7 |
|
|
|
|
+-------+---------------------------+-----------------+
|
|
|
|
+--------+---------------------------+-----------------+
|
|
|
|
| azure | Azure | 2.7 |
|
|
|
|
| azure | Azure | 2.7 |
|
|
|
|
+-------+---------------------------+-----------------+
|
|
|
|
+--------+---------------------------+-----------------+
|
|
|
|
| gcp | Google Cloud Platform | 2.7 |
|
|
|
|
| gcp | Google Cloud Platform | 2.7 |
|
|
|
|
+-------+---------------------------+-----------------+
|
|
|
|
+--------+---------------------------+-----------------+
|
|
|
|
| k8s | Kubernetes | 2.8 |
|
|
|
|
| k8s | Kubernetes | 2.8 |
|
|
|
|
+-------+---------------------------+-----------------+
|
|
|
|
+--------+---------------------------+-----------------+
|
|
|
|
| os | OpenStack | 2.8 |
|
|
|
|
| os | OpenStack | 2.8 |
|
|
|
|
+-------+---------------------------+-----------------+
|
|
|
|
+--------+---------------------------+-----------------+
|
|
|
|
| acme | ACME | 2.10 |
|
|
|
|
| acme | ACME | 2.10 |
|
|
|
|
+-------+---------------------------+-----------------+
|
|
|
|
+--------+---------------------------+-----------------+
|
|
|
|
|
|
|
|
| vmware | VMware | 2.10 |
|
|
|
|
|
|
|
|
+--------+---------------------------+-----------------+
|
|
|
|
|
|
|
|
|
|
|
|
Use the groups with `module_defaults` by prefixing the group name with `group/` - e.g. `group/aws`
|
|
|
|
Use the groups with `module_defaults` by prefixing the group name with `group/` - e.g. `group/aws`
|
|
|
|
|
|
|
|
|
|
|
|
|