mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-30 01:20:56 +07:00
15 lines
227 B
YAML
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
|