The `network.yml` playbook is used to configure the network interfaces on a managed node. Currently, it only supports the Red Hat configuration style (i.e. `/etc/sysconfig/network-scripts/ifcfg-*` files).
4 lines
42 B
YAML
4 lines
42 B
YAML
- hosts: RedHat
|
|
roles:
|
|
- rhel-network
|