just work please
This commit is contained in:
parent
fa3dc6083b
commit
21ab166a33
@ -1,28 +1,28 @@
|
|||||||
- name: "prepare vms for ultrabirb-cluster"
|
- name: "prepare vms for ultrabirb-cluster"
|
||||||
hosts: all
|
hosts: all
|
||||||
handlers:
|
handlers:
|
||||||
- name: "netplan apply"
|
- name: "netplan apply"
|
||||||
block:
|
block:
|
||||||
- name: "run netplan apply"
|
- name: "run netplan apply"
|
||||||
command: netplan apply
|
command: netplan apply
|
||||||
async: 45
|
async: 45
|
||||||
poll: 0
|
poll: 0
|
||||||
|
|
||||||
- name: "reset connections"
|
- name: "reset connections"
|
||||||
meta: reset_connection
|
meta: reset_connection
|
||||||
|
|
||||||
|
- name: clear errors
|
||||||
|
meta: clear_host_errors
|
||||||
|
|
||||||
- name: clear errors
|
|
||||||
meta: clear_host_errors
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "disable cloudinit"
|
- name: "disable cloudinit"
|
||||||
import_tasks: tasks/disable-cloudinit.yaml
|
import_tasks: tasks/disable-cloudinit.yaml
|
||||||
|
|
||||||
- name: "remove snap"
|
- name: "remove snap"
|
||||||
import_tasks: tasks/remove-snap.yaml
|
import_tasks: tasks/remove-snap.yaml
|
||||||
|
|
||||||
- name: "clean motd"
|
- name: "clean motd"
|
||||||
import_tasks: tasks/clean-motd.yaml
|
import_tasks: tasks/clean-motd.yaml
|
||||||
|
|
||||||
- name: "setup static route"
|
- name: "setup static route"
|
||||||
import_tasks: tasks/setup-static-route.yaml
|
import_tasks: tasks/setup-static-route.yaml
|
Loading…
Reference in New Issue
Block a user