ansible_init #3

Merged
sinibaldi merged 41 commits from ansible_init into main 2025-11-11 14:37:30 +01:00
4 changed files with 12 additions and 3 deletions
Showing only changes of commit 2dd337f09f - Show all commits

View File

@ -24,6 +24,7 @@ main_lab_hosts:
cluster: cluster:
hosts: hosts:
worker[1:3].home.arpa: worker[1:3].home.arpa:
cl1m1.home.arpa:
front: front:
hosts: hosts:
main_lab_edge: main_lab_edge:

View File

@ -2,6 +2,10 @@ prouction_hosts:
children: children:
public_access: public_access:
hosts: hosts:
#cloud.reterup.it: #cloud.reterup.it:
# ansible_host: 146.48.108.17 #ansible_host: 146.48.108.17
backups:
ansible_host: 146.48.108.12
ftp_server:
hosts:
backups:

View File

@ -36,3 +36,4 @@
- name: Add the mandatory ssh keys to the ansible user - 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 template: src=library/templates/ansible_auth_keys.j2 dest=/srv/ansible/.ssh/authorized_keys owner=ansible group=ansible mode=0600

View File

@ -47,6 +47,9 @@ Management of extra infra nodes [check](non-infra)
### Production ### Production
Management of production services, beware! Management of production services, beware!
Hosts are commented by default
### Prox1_lab ### Prox1_lab
Prox mox laboratory Prox mox laboratory