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

a

parent 753de35b
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,5 @@ ...@@ -24,9 +24,5 @@
state: present state: present
reload: yes reload: yes
become: yes become: yes
- name: restarting eth2
shell:
ifdown eth2 && ifup eth2
become: yes
roles: roles:
- post - post
\ No newline at end of file
- name: restarting eth1 - name: Restart network service
shell: service:
ifdown eth1 && ifup eth1 name: network
become: yes state: restarted
\ No newline at end of file \ 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