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

10 lines
200 B
YAML
Raw Normal View History

2022-12-02 19:25:29 +00:00
- name: Setup system
hosts: self
roles:
- system
tasks:
- include_tasks: "../library/rescue_role.yml"
2023-01-16 21:04:27 +00:00
loop: "{{ enable_roles }}"
loop_control:
loop_var: item_my_role