all demo
This commit is contained in:
6
ansible/playbook/roles/hetzner_server/handlers/main.yml
Normal file
6
ansible/playbook/roles/hetzner_server/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: netplan apply
|
||||
tags: netplan
|
||||
command: ssh {{ ip_addr }} -oStrictHostKeyChecking=no "netplan apply"
|
||||
async: 1
|
||||
poll: 0
|
||||
Reference in New Issue
Block a user