fix: homelab hosts

This commit is contained in:
Alexander Navarro 2025-07-14 09:10:34 -04:00
parent 5ca07cf48d
commit 82f614eb47
5 changed files with 22 additions and 5 deletions

View file

@ -35,15 +35,15 @@
;become_plugins=/home/aleidk/.ansible/plugins/become:/usr/share/ansible/plugins/become
# (string) Chooses which cache plugin to use, the default 'memory' is ephemeral.
;fact_caching=memory
fact_caching=jsonfile
# (string) Defines connection or path information for the cache plugin
;fact_caching_connection=
fact_caching_connection=~/.cache/ansible/
# (string) Prefix to use for cache plugin files/tables
;fact_caching_prefix=ansible_facts
# (integer) Expiration timeout for the cache plugin data
# (integer) Expiration timeout for the cache plugin data (24 hours by default)
;fact_caching_timeout=86400
# (list) List of enabled callbacks, not all callbacks need enabling, but many of those shipped with Ansible do as we don't want them activated by default.
@ -134,7 +134,7 @@
;hash_behaviour=replace
# (pathlist) Comma separated list of Ansible inventory sources
inventory=/etc/ansible/hosts,./hosts/inventory.yaml,./hosts/proxmox.yaml
inventory=/etc/ansible/hosts,./hosts/inventory.yaml,./hosts/proxmox.yaml,./hosts/homelab.hcloud.yaml
# (pathspec) Colon separated paths in which Ansible will search for HttpApi Plugins.
;httpapi_plugins=/home/aleidk/.ansible/plugins/httpapi:/usr/share/ansible/plugins/httpapi