FEATURE: adds proxmox host to inventory, but excludes it from playbooks/maintain.yaml
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
---
|
||||
all:
|
||||
physical:
|
||||
proxmox-1:
|
||||
ansible_host: 192.168.0.2
|
||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||
services_to_run: []
|
||||
virtual:
|
||||
hosts:
|
||||
localhost:
|
||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||
ansible_connection: local
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
services_to_run: []
|
||||
services_to_run:
|
||||
- webhook
|
||||
nfs-server:
|
||||
ansible_host: 192.168.0.6
|
||||
ansible_become_password: "{{ ansible_become_passwd }}"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Deploy and set up an LXC container in Proxmox
|
||||
hosts: all
|
||||
hosts: virtual
|
||||
remote_user: ansible
|
||||
|
||||
vars_files:
|
||||
|
||||
Reference in New Issue
Block a user