#####################################
### someone's ansible provisioner ###
#####################################
# Part of: https://git.somenet.org/root/pub/somesible.git
# 2017-2025 by someone <someone@somenet.org>
#
# If not overridden in inventory or as a parameter, this is the value that will be used
#
---
group_files_group: "all"

ansible_setup: True
ansible_setup_autoselfheal: True

# Force the re-creation of most ansible files.
ansible_setup_reset: False

# .ssh dir to look for the key and config for the selfhealing to use to pull somesible form.
# This was introduced for ansible tower and likely does not need to be changed as the bundled .ssh config + key will be used.
ansible_setup_autoselfheal_ssh_dir_location: "{{lookup('env','PWD')}}"

# Use this strictly from commandline to update the known_hosts file of someansible-pull
# TODO: maybe useless
ansible_setup_autoselfheal_update_known_hosts: False