main.yml 225 B

123456
  1. ---
  2. # handlers file for ff-supernode
  3. # In Ubuntu restarting the networking service causes problems.
  4. # So we use ifdown and ifup to enable changes
  5. - name: Restart network
  6. shell: ifdown --exclude=lo -a && ifup --exclude=lo -a