]> git.somenet.org - root/pub/somesible.git/blob - roles/base/ansible/defaults/main.yml
[roles/base/sysctl] Set system settings - TODO: move to systemd subrole?
[root/pub/somesible.git] / roles / base / ansible / defaults / main.yml
1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
6 #
7 # If not overridden in inventory or as a parameter, this is the value that will be used
8 #
9 ---
10 group_files_group: "all"
11
12 ansible_setup: True
13 ansible_setup_autoselfheal: True
14
15 # Force the re-creation of most ansible files.
16 ansible_setup_reset: False
17
18 # .ssh dir to look for the key and config for the selfhealing to use to pull somesible form.
19 # This was introduced for ansible tower and likely does not need to be changed as the bundled .ssh config + key will be used.
20 ansible_setup_autoselfheal_ssh_dir_location: "{{lookup('env','PWD')}}"
21
22 # Use this strictly from commandline to update the known_hosts file of someansible-pull
23 # TODO: maybe useless
24 ansible_setup_autoselfheal_update_known_hosts: False