Skip to content
Snippets Groups Projects
Commit 4919179b authored by antoine.blancy's avatar antoine.blancy
Browse files

a

parent 753de35b
Branches
No related tags found
No related merge requests found
......@@ -24,9 +24,5 @@
state: present
reload: yes
become: yes
- name: restarting eth2
shell:
ifdown eth2 && ifup eth2
become: yes
roles:
- post
\ No newline at end of file
- name: restarting eth1
shell:
ifdown eth1 && ifup eth1
become: yes
\ No newline at end of file
- name: Restart network service
service:
name: network
state: restarted
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment