Pc geek fix proxmox lxc (#263)

* (fix): correct var

var registered for rc.local check is rcfile but under when it said rclocal which was undefined. changed to rcfile to correct.

* add vars file for proxmox host group

* remove remote_user from site.yml for proxmox

* added newline to fix lint issue

* fix added ---

---------

Co-authored-by: ThePCGeek <thepcgeek1776@gmail.com>
This commit is contained in:
ThePCGeek 2023-03-25 23:02:59 -04:00 committed by GitHub
parent 49f0a2ce6b
commit 288c4089e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1,2 @@
---
ansible_user: '{{ proxmox_lxc_ssh_user }}'

View File

@ -3,7 +3,6 @@
- hosts: proxmox - hosts: proxmox
gather_facts: true gather_facts: true
become: yes become: yes
remote_user: "{{ proxmox_lxc_ssh_user }}"
roles: roles:
- role: proxmox_lxc - role: proxmox_lxc
when: proxmox_lxc_configure when: proxmox_lxc_configure