From a67058c8d3aa085dc3f772693dcc548c474897d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 19 Sep 2024 13:48:10 +0200 Subject: [PATCH] update inventories --- inventory.yml | 20 +++++++++++++++++++- setup-autocall.yml | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/inventory.yml b/inventory.yml index 5e322ca..2a29240 100644 --- a/inventory.yml +++ b/inventory.yml @@ -1,7 +1,25 @@ -all: +call: hosts: x2305: ansible_host: 192.168.10.66 ansible_user: x2305 ansible_become_pass: "x2305" ansible_become: true + giga: + ansible_host: 102.168.10.67 + ansible_user: giga + ansible_become_pass: "giga" + ansible_become: true + +players: + hosts: + arco: + ansible_host: 192.168.10.68 + ansible_user: arco + ansible_become_pass: "arco" + ansible_become: true + arco2: + ansible_host: 192.168.10.65 + ansible_user: arco2 + ansible_become_pass: "arco2" + ansible_become: true diff --git a/setup-autocall.yml b/setup-autocall.yml index 0a86ac9..4dedfa2 100644 --- a/setup-autocall.yml +++ b/setup-autocall.yml @@ -1,5 +1,5 @@ --- -- hosts: all +- hosts: call become: yes tasks: