Skip to content
Snippets Groups Projects
Commit 7ffa5e31 authored by antoine.blancy's avatar antoine.blancy
Browse files

a

parent 4c3180d8
No related branches found
No related tags found
1 merge request!1TP3
Pipeline #18289 failed
...@@ -8,4 +8,4 @@ PublicKey = {{ publickey }} ...@@ -8,4 +8,4 @@ PublicKey = {{ publickey }}
Endpoint = {{ dst }}:51902 Endpoint = {{ dst }}:51902
AllowedIPs = 10.0.0.0/24 AllowedIPs = 10.0.0.0/24
{{ hostvars }} {{ varsi }}
\ No newline at end of file \ No newline at end of file
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
publickey: "{{ hostvars['h2'].publickey }}" publickey: "{{ hostvars['h2'].publickey }}"
myAddr: 10.0.0.10 myAddr: 10.0.0.10
dst: 10.0.3.2 dst: 10.0.3.2
varsi: "{{ hostvars }}"
- name: h2_key_set - name: h2_key_set
hosts: h1 hosts: h1
...@@ -15,4 +16,5 @@ ...@@ -15,4 +16,5 @@
publickey: "{{ hostvars['h1'].publickey }}" publickey: "{{ hostvars['h1'].publickey }}"
myAddr: 10.0.0.20 myAddr: 10.0.0.20
dst: 10.0.1.2 dst: 10.0.1.2
varsi: "{{ hostvars }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment