FEATURE: adds proxmox host to inventory, but excludes it from playbooks/maintain.yaml
This commit is contained in:
+37
-30
@@ -1,34 +1,41 @@
|
|||||||
---
|
---
|
||||||
physical:
|
all:
|
||||||
hosts:
|
physical:
|
||||||
localhost:
|
proxmox-1:
|
||||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
ansible_host: 192.168.0.2
|
||||||
ansible_connection: local
|
|
||||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
|
||||||
services_to_run: []
|
|
||||||
nfs-server:
|
|
||||||
ansible_host: 192.168.0.6
|
|
||||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
services_to_run: []
|
services_to_run: []
|
||||||
jellyfin:
|
virtual:
|
||||||
ansible_host: 192.168.0.8
|
hosts:
|
||||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
localhost:
|
||||||
services_to_run: []
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
frigate:
|
ansible_connection: local
|
||||||
ansible_host: 192.168.0.12
|
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
services_to_run:
|
||||||
services_to_run: []
|
- webhook
|
||||||
vs-code:
|
nfs-server:
|
||||||
ansible_host: 192.168.0.16
|
ansible_host: 192.168.0.6
|
||||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
services_to_run: []
|
services_to_run: []
|
||||||
gitea-server:
|
jellyfin:
|
||||||
ansible_host: 192.168.0.39
|
ansible_host: 192.168.0.8
|
||||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
services_to_run: []
|
services_to_run: []
|
||||||
ai-host:
|
frigate:
|
||||||
ansible_host: 192.168.0.50
|
ansible_host: 192.168.0.12
|
||||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
services_to_run:
|
services_to_run: []
|
||||||
- coder_ai
|
vs-code:
|
||||||
|
ansible_host: 192.168.0.16
|
||||||
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
|
services_to_run: []
|
||||||
|
gitea-server:
|
||||||
|
ansible_host: 192.168.0.39
|
||||||
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
|
services_to_run: []
|
||||||
|
ai-host:
|
||||||
|
ansible_host: 192.168.0.50
|
||||||
|
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||||
|
services_to_run:
|
||||||
|
- coder_ai
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Deploy and set up an LXC container in Proxmox
|
- name: Deploy and set up an LXC container in Proxmox
|
||||||
hosts: all
|
hosts: virtual
|
||||||
remote_user: ansible
|
remote_user: ansible
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
|
|||||||
Reference in New Issue
Block a user