Update mediaserver playbook and fix Wireguard task

This commit is contained in:
Kris Lamoureux 2023-06-08 03:47:54 -04:00
parent 4c2a1550c4
commit 74a559f1f6
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925
2 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,9 @@
- name: Install Media Server
hosts: mediaservers
hosts: "{{ PLAYBOOK_HOST | default('none') }}"
become: true
roles:
- base
- jenkins
- proxy
- docker
- traefik

View File

@ -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: