Add wiregaurd deployment with wg-easy

This commit is contained in:
tom.chivert
2023-10-26 14:42:56 +02:00
parent 7170df030e
commit 65892db2ee
4 changed files with 75 additions and 6 deletions

View File

@ -48,9 +48,16 @@
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_gitlab']
- name: 'gitlab-runner-restart'
- name: gitlab-runner-restart
systemd:
name: docker-compose@gitlab-runner
state: restarted
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_gitlab-runner']
- name: wireguard-restart
systemd:
name: docker-compose@wireguard
state: restarted
ignore_errors: '{{ ansible_check_mode }}'
tags: ['docker_wireguard']