From 894c6524daa328f04bbf1a18a07cdf682d3c7679 Mon Sep 17 00:00:00 2001 From: Antwan <antoine.blancy@etu.hesge.ch> Date: Tue, 12 Apr 2022 00:01:05 +0200 Subject: [PATCH] a --- deez_nodes | 4 ++-- wg.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deez_nodes b/deez_nodes index 800e896..bbd1762 100644 --- a/deez_nodes +++ b/deez_nodes @@ -1,4 +1,4 @@ [nginx-curl] -h1 ansible_host=10.9.8.18 ansible_port=22 ansible_user=iti ansible_password=password -h2 ansible_host=10.9.8.17 ansible_port=22 ansible_user=iti ansible_password=password +h1 ansible_host=10.9.8.17 ansible_port=22 ansible_user=iti ansible_password=password +h2 ansible_host=10.9.8.18 ansible_port=22 ansible_user=iti ansible_password=password r1 ansible_host=10.9.8.16 ansible_port=22 ansible_user=iti ansible_password=password \ No newline at end of file diff --git a/wg.yml b/wg.yml index 90f3f09..b2e0f83 100644 --- a/wg.yml +++ b/wg.yml @@ -1,5 +1,5 @@ - name: h1_key_set - hosts: h1 + hosts: h2 roles: - role: wg vars: @@ -8,7 +8,7 @@ dst: 10.0.3.2 - name: h2_key_set - hosts: h2 + hosts: h1 roles: - role: wg vars: -- GitLab