]> git.somenet.org - root/pub/somesible.git/blob - roles/base/ansible/meta/main.yml
[roles/base/sysctl] Set system settings - TODO: move to systemd subrole?
[root/pub/somesible.git] / roles / base / ansible / meta / 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 ---
8 dependencies:
9 # create ansible-remote-management-user and env.
10   - { role: base/ansible/setup, tags: ['ansible_setup'], when: 'ansible_setup | bool' }
11
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' }