Compare commits
3 Commits
role_kuber
...
role_netma
| Author | SHA1 | Date | |
|---|---|---|---|
| d9cf3d2066 | |||
| f42bce9b6b | |||
| 247fdec7ae |
@@ -2,4 +2,6 @@
|
||||
when: "netclient.join_network_token is defined"
|
||||
command: "netclient join -t {{ netclient.join_network_token }}"
|
||||
failed_when: command.rc != 0
|
||||
changed_when: "'starting wireguard' in command.stdout"
|
||||
register: command
|
||||
throttle: 1
|
||||
|
||||
@@ -3,3 +3,6 @@
|
||||
- import_tasks: ./install.yml
|
||||
|
||||
- import_tasks: ./join-network.yml
|
||||
|
||||
- name: Gather facts to get changes
|
||||
ansible.builtin.gather_facts:
|
||||
|
||||
Reference in New Issue
Block a user