This commit is contained in:
6
ansible/roles/metacluster/tasks/k3s.yml
Normal file
6
ansible/roles/metacluster/tasks/k3s.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: Create folder structure
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
loop:
|
||||
- /opt/x
|
2
ansible/roles/metacluster/tasks/main.yml
Normal file
2
ansible/roles/metacluster/tasks/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
- name: XYZ
|
||||
import_tasks: foo.yml
|
Reference in New Issue
Block a user