repo: Move ansible setup to root dir
This commit is contained in:
parent
ff718b46ef
commit
6a1e01575c
41 changed files with 0 additions and 172 deletions
7
roles/incus-install/tasks/main.yaml
Normal file
7
roles/incus-install/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: "Add incus repository to system"
|
||||
ansible.builtin.include_tasks: add-repo.yaml
|
||||
|
||||
# TODO: Should presumably be split
|
||||
- name: "Install and bootstrap incus"
|
||||
ansible.builtin.include_tasks: bootstrap.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue