New in version 2.1.
Deprecated in 2.3. Use nclu instead.
parameter | required | default | choices | comments |
---|---|---|---|---|
allowed |
yes |
List of ports to run initial run at 10G.
|
||
location |
no | /etc/network/interfaces.d/ |
Directory to store interface files.
|
# Example playbook entries using the cl_interface_policy module. - name: shows types of interface ranges supported cl_interface_policy: allowed: "lo eth0 swp1-9, swp11, swp12-13s0, swp12-30s1, swp12-30s2, bond0-12"
Common return values are documented here Return Values, the following are the fields unique to this module:
name | description | returned | type | sample |
---|---|---|---|---|
changed |
whether the interface was changed
|
changed | bool | True |
msg |
human-readable report of success or failure
|
always | string | interface bond0 config updated |
Note
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.