Intial Commit

This commit is contained in:
madereddy
2024-12-09 16:33:22 +00:00
commit a79ab09fc7
19 changed files with 972 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
- name: Update Plex
hosts: Plex
tasks:
- name: Update Plex
shell: |
docker restart plex
become: true