Update mediaserver playbook and fix Wireguard task
This commit is contained in:
parent
4c2a1550c4
commit
74a559f1f6
@ -1,8 +1,9 @@
|
|||||||
- name: Install Media Server
|
- name: Install Media Server
|
||||||
hosts: mediaservers
|
hosts: "{{ PLAYBOOK_HOST | default('none') }}"
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
- jenkins
|
||||||
- proxy
|
- proxy
|
||||||
- docker
|
- docker
|
||||||
- traefik
|
- traefik
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
args:
|
args:
|
||||||
chdir: /etc/wireguard/
|
chdir: /etc/wireguard/
|
||||||
creates: /etc/wireguard/privatekey
|
creates: /etc/wireguard/privatekey
|
||||||
|
executable: /usr/bin/bash
|
||||||
|
|
||||||
- name: Grab WireGuard private key for configuration
|
- name: Grab WireGuard private key for configuration
|
||||||
ansible.builtin.slurp:
|
ansible.builtin.slurp:
|
||||||
|
Loading…
Reference in New Issue
Block a user