Updating Ubiqtorate

This commit is contained in:
2020-10-08 16:33:19 -05:00
parent eaeae93a0f
commit e12c8ff0c6
53 changed files with 1645 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
---
- name: Yggdrasil packages
become: yes
package:
name:
- emby-server
- name: Yggdrasil directory
become: yes
file:
path: /srv/yggdrasil
state: directory
owner: http
group: http
mode: 0750