From 16fba0716354dbcb77755223eeb9c5cd71337c14 Mon Sep 17 00:00:00 2001 From: WolfyDelta Date: Fri, 3 Jul 2026 13:57:03 -0400 Subject: [PATCH] Added ositslinv02 to the inventory file --- inventories/prod/hosts.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventories/prod/hosts.yml b/inventories/prod/hosts.yml index e52cec9..5887420 100644 --- a/inventories/prod/hosts.yml +++ b/inventories/prod/hosts.yml @@ -1,10 +1,10 @@ all: children: - ubuntu_servers: + rocky_servers: hosts: - nbaslinv01: - ansible_host: 100.94.73.127 + ositslinv02: + ansible_host: onesourceits.com vars: ansible_user: ansible - ansible_ssh_private_key_file: /home/ansible/.ssh/ansible_ed25519 + ansible_ssh_private_key_file: /home/ansible/.ssh/ansible-ed25519 ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file