Inventory init
This commit is contained in:
parent
35f52d78d0
commit
d09c8a5b42
|
|
@ -0,0 +1,9 @@
|
|||
external_hosts:
|
||||
children:
|
||||
rup_tests:
|
||||
hosts:
|
||||
liquid:
|
||||
ansible_host: 146.48.108.15
|
||||
nextrup_copy_test:
|
||||
ansible_host: 146.48.108.16
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
ansible_user: ansible
|
||||
ansible_password: "{{ ansible_crypted_password }}"
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
37333066623836633836613066346434626134336537663236396639346235386362336637376534
|
||||
3833636230313835326663306236333837343337393530390a636464393562346662613838343738
|
||||
39356439343862633937313539323661303866316164343830363431626435396636386366376263
|
||||
6536393735363663650a383461666230633838303436643837636562343366313235393264666462
|
||||
38643366653861666364363538333230656539663134646566666664626463343433613166393337
|
||||
3432333863646664336262353262333635323436326430376465
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
ansible_user: clouseau
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
main_lab_hosts:
|
||||
children:
|
||||
lan:
|
||||
hosts:
|
||||
inspector.home.arpa:
|
||||
god.home.arpa:
|
||||
swarm:
|
||||
children:
|
||||
enabling:
|
||||
hosts:
|
||||
enabling[1:3].home.arpa:
|
||||
swarm_master: true
|
||||
swarm_drain: false
|
||||
vars:
|
||||
swarm_name: enabling
|
||||
swarm1:
|
||||
hosts:
|
||||
swarm1m[1:3].home.arpa:
|
||||
swarm_master: true
|
||||
swarm1w[1:4].home.arpa:
|
||||
vars:
|
||||
swarm_name: the_swarm
|
||||
cluster:
|
||||
hosts:
|
||||
worker[1:3].home.arpa:
|
||||
front:
|
||||
hosts:
|
||||
edge.home.arpa:
|
||||
operators:
|
||||
children:
|
||||
lan:
|
||||
enabling:
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
prouction_hosts:
|
||||
children:
|
||||
public_access:
|
||||
hosts:
|
||||
#cloud.reterup.it:
|
||||
# ansible_host: 146.48.108.17
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
prox1_lab_hosts:
|
||||
children:
|
||||
front:
|
||||
hosts:
|
||||
prox1:
|
||||
ansible_host: 146.48.108.11
|
||||
Loading…
Reference in New Issue