create network role and include it into base (only openbsd does something)
This commit is contained in:
parent
ba0c70532f
commit
dd19c94511
9 changed files with 101 additions and 0 deletions
4
roles/network/handlers/main.yml
Normal file
4
roles/network/handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- block:
|
||||
- name: restart network
|
||||
command: /bin/sh /etc/netstart
|
||||
when: ansible_os_family == "OpenBSD"
|
Loading…
Add table
Add a link
Reference in a new issue