You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 line
289B

  1. ---
  2. - name: wg-quick config
  3. template:
  4. src: wireguard.conf.j2
  5. dest: /etc/wireguard/{{wireguard_interface}}.conf
  6. notify: restart systemd service
  7. - name: wg-quick systemd service
  8. systemd:
  9. name: wg-quick@{{wireguard_interface}}.service
  10. state: started
  11. enabled: true