khuedoan-homelab/infra/modules/vpn/ansible/main.yml
2021-05-01 16:13:27 +07:00

15 lines
227 B
YAML

- hosts: all
gather_facts: no
tasks:
- name: Wait for SSH connection
wait_for_connection:
delay: 10
- hosts: all
become: yes
tasks:
- apt:
update_cache: yes
roles:
- name: wireguard