|
|
@ -8,6 +8,8 @@
|
|
|
|
- pikvm
|
|
|
|
- pikvm
|
|
|
|
pibox_hosts:
|
|
|
|
pibox_hosts:
|
|
|
|
- piparcel
|
|
|
|
- piparcel
|
|
|
|
|
|
|
|
octopi_hosts:
|
|
|
|
|
|
|
|
- octopi
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: Set root passwords
|
|
|
|
- name: Set root passwords
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
ansible.builtin.include_role:
|
|
|
@ -35,3 +37,7 @@
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
name: pibox_basics
|
|
|
|
name: pibox_basics
|
|
|
|
when: ansible_hostname in pibox_hosts
|
|
|
|
when: ansible_hostname in pibox_hosts
|
|
|
|
|
|
|
|
- name: Configure octopi extras
|
|
|
|
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
|
|
|
|
name: octopi_basics
|
|
|
|
|
|
|
|
when: ansible_hostname in octopi_hosts
|
|
|
|