diff --git a/deez_nodes b/deez_nodes index 800e896f8a06710062e83e0e10dfe9565ee28e74..bbd1762b04f8a12c714791801de112de8f0a3300 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 90f3f09f061fdef7558f83ccbd337cad6a85b3f8..b2e0f8316f58ccfead1223131e0bf3ee269ac6c4 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: