cluster-prepare/prepare.yaml

15 lines
349 B
YAML
Raw Normal View History

2021-11-09 01:13:48 +01:00
- name: "prepare vms for kmlabs-k8s-cluster"
hosts: all
tasks:
- name: "do apt stuff"
import_tasks: tasks/apt.yaml
- name: "disable cloudinit"
import_tasks: tasks/disable-cloudinit.yaml
- name: "remove snap"
import_tasks: tasks/remove-snap.yaml
- name: "clean motd"
import_tasks: tasks/clean-motd.yaml