enable_service_units.yml 153 B

123456
  1. ---
  2. - name: "00: Start the Wireguard service at boot"
  3. ansible.builtin.systemd_service:
  4. state: "started"
  5. name: "wg-quick@wg0"
  6. enabled: True