just work please

This commit is contained in:
Pünkösd Marcell 2021-11-08 03:54:39 +01:00
parent fa3dc6083b
commit 21ab166a33
1 changed files with 19 additions and 19 deletions

View File

@ -1,28 +1,28 @@
- name: "prepare vms for ultrabirb-cluster"
hosts: all
handlers:
- name: "netplan apply"
block:
- name: "run netplan apply"
command: netplan apply
async: 45
poll: 0
- name: "netplan apply"
block:
- name: "run netplan apply"
command: netplan apply
async: 45
poll: 0
- name: "reset connections"
meta: reset_connection
- name: "reset connections"
meta: reset_connection
- name: clear errors
meta: clear_host_errors
- name: clear errors
meta: clear_host_errors
tasks:
- name: "disable cloudinit"
import_tasks: tasks/disable-cloudinit.yaml
- name: "disable cloudinit"
import_tasks: tasks/disable-cloudinit.yaml
- name: "remove snap"
import_tasks: tasks/remove-snap.yaml
- name: "remove snap"
import_tasks: tasks/remove-snap.yaml
- name: "clean motd"
import_tasks: tasks/clean-motd.yaml
- name: "clean motd"
import_tasks: tasks/clean-motd.yaml
- name: "setup static route"
import_tasks: tasks/setup-static-route.yaml
- name: "setup static route"
import_tasks: tasks/setup-static-route.yaml