From dbb0b8498e2f4eb5aa168c38c9e25a3edc0bf741 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 30 Oct 2022 10:01:09 -0400 Subject: aeneas, caption updates --- inventory.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'inventory.yml') diff --git a/inventory.yml b/inventory.yml index f91434d..f3603b0 100644 --- a/inventory.yml +++ b/inventory.yml @@ -6,6 +6,18 @@ prod: ansible_become: true emacsconf_group: org cpus: 12 + obs: + ansible_host: res.emacsconf.org + ansible_python_interpreter: /usr/bin/python3 + ansible_become: true + emacsconf_group: org + cpus: 12 + # obs: + # ansible_host: obs + # remote_user: sacha + # ansible_ssh_user: sacha + # ansible_python_interpreter: /usr/bin/python3 + # ansible_become: true front: ansible_host: front0.emacsconf.org remote_user: orga @@ -43,12 +55,6 @@ prod: ansible_ssh_user: orga ansible_python_interpreter: /usr/bin/python3 ansible_become: true - obs: - ansible_host: obs - remote_user: sacha - ansible_ssh_user: sacha - ansible_python_interpreter: /usr/bin/python3 - ansible_become: true all: hosts: localhost: -- cgit v1.2.3