This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/playbooks/all.yml

9 lines
200 B
YAML

- name: Setup system
hosts: self
roles:
- system
tasks:
- include_tasks: "../library/rescue_role.yml"
loop: "{{ enable_roles }}"
loop_control:
loop_var: item_my_role