Inventory update
This commit is contained in:
parent
f99e3958d5
commit
2dd337f09f
|
|
@ -24,6 +24,7 @@ main_lab_hosts:
|
|||
cluster:
|
||||
hosts:
|
||||
worker[1:3].home.arpa:
|
||||
cl1m1.home.arpa:
|
||||
front:
|
||||
hosts:
|
||||
main_lab_edge:
|
||||
|
|
|
|||
|
|
@ -3,5 +3,9 @@ prouction_hosts:
|
|||
public_access:
|
||||
hosts:
|
||||
#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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue