Trimming down Ansible folder.

This commit is contained in:
2025-01-16 17:44:58 -05:00
parent 7298674536
commit 83272b36b8
9 changed files with 5 additions and 64 deletions
+2 -6
View File
@@ -1,17 +1,13 @@
[defaults]
# Specify the inventory file
inventory = inventory/hosts.yml
# Define the directory for host and group variables
host_vars_inventory = inventory/host_vars
group_vars_inventory = inventory/group_vars
inventory = hosts.yml
collections_path = ./collections/ansible_collections
# Set the logging verbosity level
verbosity = 2
# Set the default user for SSH connections
remote_user = myuser
remote_user = charish
# Define the default become method
become_method = sudo