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