alpine: configure network interfaces
This commit is contained in:
parent
c42f9ae1f9
commit
f1f9d6fa34
3 changed files with 30 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
- name: restart networking
|
||||
service:
|
||||
name: networking
|
||||
state: restarted
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: reload sshd
|
||||
service:
|
||||
name: sshd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue