adjust the inventory variable

This commit is contained in:
Andreas Zweili 2021-10-25 22:49:47 +02:00
parent a3ee44b511
commit 78645a4d77
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
- name: "Get the Proxmox Ansible inventory"
ansible.builtin.get_url:
url: "https://github.com/xezpeleta/Ansible-Proxmox-inventory/raw/master/proxmox.py"
dest: "/etc/ansible/proxmox.py"
dest: "/etc/ansible/{{ ansible_inventory }}.py"
mode: "0777"
- name: "Copy the ansible config"
@ -22,6 +22,6 @@
- name: "Copy the inventory config"
ansible.builtin.template:
src: "proxmox.json.j2"
dest: "/etc/ansible/proxmox.json"
src: "{{ ansible_inventory }}.json.j2"
dest: "/etc/ansible/{{ ansible_inventory }}.json"
mode: "0644"

View File

@ -11,7 +11,7 @@
# some basic default values...
inventory = /etc/ansible/{{ ansible_inventory }}
inventory = /etc/ansible/{{ ansible_inventory }}.py
#library = /usr/share/my_modules/
#module_utils = /usr/share/my_module_utils/
#remote_tmp = ~/.ansible/tmp