* project: fix ansible-lint name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: ignore jinja template error in names Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: capitalize ansible name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: update notify after name capitalization Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
10 lines
183 B
YAML
10 lines
183 B
YAML
---
|
|
- name: Prepare Hypervisor to later install kubespray VMs
|
|
hosts: localhost
|
|
gather_facts: False
|
|
become: yes
|
|
vars:
|
|
bootstrap_os: none
|
|
roles:
|
|
- { role: kvm-setup }
|