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>
9 # create ansible-remote-management-user and env.
10 - { role: base/ansible/setup, tags: ['ansible_setup'], when: 'ansible_setup | bool' }
12 # prepare automatic self-healing.
13 - { role: base/ansible/autoselfheal, tags: ['ansible_setup', 'ansible_setup_autoselfheal'], when: 'ansible_setup | bool and ansible_setup_autoselfheal | bool' }