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

View File

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