cluster-prepare/prepare.yaml

15 lines
349 B
YAML

- 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