From 2dd337f09f20a9c82299ca71b2ac4d8bf77d064a Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 25 Sep 2025 15:46:28 +0200 Subject: [PATCH] Inventory update --- ansible/inventories/main_lab.yaml | 1 + ansible/inventories/production.yaml | 10 +++++++--- ansible/playbooks/bootstrap.yml | 1 + ansible/readme.md | 3 +++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ansible/inventories/main_lab.yaml b/ansible/inventories/main_lab.yaml index f2c98d7..1cf750b 100644 --- a/ansible/inventories/main_lab.yaml +++ b/ansible/inventories/main_lab.yaml @@ -24,6 +24,7 @@ main_lab_hosts: cluster: hosts: worker[1:3].home.arpa: + cl1m1.home.arpa: front: hosts: main_lab_edge: diff --git a/ansible/inventories/production.yaml b/ansible/inventories/production.yaml index e7de252..b10db3e 100644 --- a/ansible/inventories/production.yaml +++ b/ansible/inventories/production.yaml @@ -2,6 +2,10 @@ prouction_hosts: children: public_access: hosts: - #cloud.reterup.it: - # ansible_host: 146.48.108.17 - + #cloud.reterup.it: + #ansible_host: 146.48.108.17 + backups: + ansible_host: 146.48.108.12 + ftp_server: + hosts: + backups: diff --git a/ansible/playbooks/bootstrap.yml b/ansible/playbooks/bootstrap.yml index 76f1e75..6f0520e 100644 --- a/ansible/playbooks/bootstrap.yml +++ b/ansible/playbooks/bootstrap.yml @@ -36,3 +36,4 @@ - name: Add the mandatory ssh keys to the ansible user template: src=library/templates/ansible_auth_keys.j2 dest=/srv/ansible/.ssh/authorized_keys owner=ansible group=ansible mode=0600 + diff --git a/ansible/readme.md b/ansible/readme.md index f816c90..ecb6978 100644 --- a/ansible/readme.md +++ b/ansible/readme.md @@ -47,6 +47,9 @@ Management of extra infra nodes [check](non-infra) ### Production Management of production services, beware! +Hosts are commented by default + + ### Prox1_lab Prox mox laboratory