main.yml 207 B

1234
  1. ---
  2. # handlers file for test-uplink
  3. - name: Restart network
  4. shell: ifdown --exclude=lo --exclude="{{local_uplink.public_interface}}" -a && ifup --exclude=lo --exclude="{{local_uplink.public_interface}}" -a