From 52b46ff2f191ed6bb187c4bd53b73c33be174fb1 Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Mon, 27 Nov 2023 14:13:43 +0900 Subject: [PATCH] collections add --- collections/requirements.yml | 1 + inventory | 11 +---------- 2 files changed, 2 insertions(+), 10 deletions(-) create mode 100644 collections/requirements.yml diff --git a/collections/requirements.yml b/collections/requirements.yml new file mode 100644 index 0000000..62201c5 --- /dev/null +++ b/collections/requirements.yml @@ -0,0 +1 @@ +ansible.utils \ No newline at end of file diff --git a/inventory b/inventory index a3d7a86..2e89fad 100644 --- a/inventory +++ b/inventory @@ -1,14 +1,5 @@ [server] -10.10.43.200 -10.10.43.201 -10.10.43.202 -10.10.43.210 -10.10.43.211 -10.10.43.212 -10.10.43.230 -10.10.43.244 -10.10.43.245 -10.10.43.246 +10.10.34.40 ansible_port=22001 ansible_user=ai [all:children] server