From 1291f4b6ea8e7c65a8eab5f3904b31cd92e009ca Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 10 Jan 2022 23:20:33 +0000 Subject: Use FQDNs for Ansible inventory --- inventory.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inventory.yaml b/inventory.yaml index 5bd3d69..927c366 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -1,12 +1,12 @@ all: hosts: turing: - ansible_host: 89.58.25.151 + ansible_host: turing.box.pydis.wtf lovelace: - ansible_host: 89.58.26.118 + ansible_host: lovelace.box.pydis.wtf hopper: - ansible_host: 89.58.24.117 + ansible_host: hopper.box.pydis.wtf ritchie: - ansible_host: 89.58.25.224 + ansible_host: ritchie.box.pydis.wtf neumann: - ansible_host: 89.58.12.244 + ansible_host: neumann.box.pydis.wtf -- cgit v1.2.3