network: Playbook to configure networking
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).
This commit is contained in:
5
roles/rhel-network/handlers/main.yml
Normal file
5
roles/rhel-network/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: restart network
|
||||
service:
|
||||
name=network
|
||||
state=restarted
|
||||
when: not no_restart_network|d|bool
|
||||
Reference in New Issue
Block a user