Move ansible to it's own directory structure
This commit is contained in:
76
ansible/inventory.yml
Normal file
76
ansible/inventory.yml
Normal file
@@ -0,0 +1,76 @@
|
||||
# file: inventory.yml
|
||||
proxmox:
|
||||
hosts:
|
||||
pve0[1:3]:
|
||||
|
||||
dhcp_server:
|
||||
hosts:
|
||||
matchbox:
|
||||
|
||||
unbound_servers:
|
||||
hosts:
|
||||
unbound01:
|
||||
unbound02:
|
||||
|
||||
backup_servers:
|
||||
hosts:
|
||||
backup:
|
||||
|
||||
freeipa:
|
||||
hosts:
|
||||
infra01:
|
||||
|
||||
prometheus_server:
|
||||
hosts:
|
||||
monitor:
|
||||
|
||||
node_explorer:
|
||||
hosts:
|
||||
monitor:
|
||||
|
||||
alertmanager:
|
||||
hosts:
|
||||
monitor:
|
||||
|
||||
grafana:
|
||||
hosts:
|
||||
monitor:
|
||||
|
||||
ipaserver:
|
||||
hosts:
|
||||
infra01.int.mk-labs.cloud:
|
||||
|
||||
matchbox_server:
|
||||
hosts:
|
||||
matchbox:
|
||||
|
||||
hub_cluster:
|
||||
hosts:
|
||||
ocp-hub:
|
||||
|
||||
internal_cluster:
|
||||
hosts:
|
||||
int-master01:
|
||||
int-master02:
|
||||
int-master03:
|
||||
int-worker02:
|
||||
|
||||
sql_servers:
|
||||
hosts:
|
||||
sql01:
|
||||
|
||||
n8n_servers:
|
||||
hosts:
|
||||
n8n:
|
||||
|
||||
docker_servers:
|
||||
hosts:
|
||||
docker01:
|
||||
|
||||
observer:
|
||||
hosts:
|
||||
prometheus:
|
||||
|
||||
target:
|
||||
hosts:
|
||||
prometheus:
|
||||
Reference in New Issue
Block a user