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