New in version 2.1.
Deprecated in 2.3. Use nclu instead.
/etc/network/interface.d
For more details go the Configuring Interfaces at http://docs.cumulusnetworks.com.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 |
---|---|---|---|---|
msg | human-readable report of success or failure | always | string | interface bond0 config updated |
changed | whether the interface was changed | changed | bool | True |
Note
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/cl_interface_policy_module.html