Trimming down Ansible folder.
This commit is contained in:
+2
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user