alpine: configure network interfaces

This commit is contained in:
Timotej Lazar 2024-06-25 00:40:13 +02:00
parent c42f9ae1f9
commit f1f9d6fa34
3 changed files with 30 additions and 0 deletions

View file

@ -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