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).
6 lines
110 B
YAML
6 lines
110 B
YAML
- name: restart network
|
|
service:
|
|
name=network
|
|
state=restarted
|
|
when: not no_restart_network|d|bool
|