first commit

This commit is contained in:
2026-01-30 14:49:44 -05:00
commit eb829c624c
5 changed files with 210 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Infrastructure
Master Node runs on Plex VM
# Example Commands
`ansible VMs -m ping`
This runs the ping module on all hosts in the VMs group
`ansible vpn -m ping`
Runs the ping module on the host named vpn
`ansible vpn -m ansible.builtin.copy -a "src=/home/jerick/plex/docker-compose.yml dest=/home/jerick/"`
Copied the Plex docker-compose file from plex to vpn
`ansible-playbook update.yaml -kK`
Runs the update.yml playbook
/etc/ansible for app directory
#update.yaml
ansible-playbook -i inventories/inventory.linux.proxmox.yml update.yaml -kK
this will update all runningVMs and LXCs with the linux tag