mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
first commit
This commit is contained in:
1
ansible/inventory/group_vars/all.yml
Normal file
1
ansible/inventory/group_vars/all.yml
Normal file
@@ -0,0 +1 @@
|
||||
# common variables
|
||||
1
ansible/inventory/group_vars/desktop.yml
Normal file
1
ansible/inventory/group_vars/desktop.yml
Normal file
@@ -0,0 +1 @@
|
||||
# desktop profile variables
|
||||
1
ansible/inventory/group_vars/server.yml
Normal file
1
ansible/inventory/group_vars/server.yml
Normal file
@@ -0,0 +1 @@
|
||||
# server profile variables
|
||||
1
ansible/inventory/group_vars/ubuntu.yml
Normal file
1
ansible/inventory/group_vars/ubuntu.yml
Normal file
@@ -0,0 +1 @@
|
||||
# variables for Ubuntu hosts
|
||||
1
ansible/inventory/group_vars/void.yml
Normal file
1
ansible/inventory/group_vars/void.yml
Normal file
@@ -0,0 +1 @@
|
||||
# variables for Void Linux hosts
|
||||
1
ansible/inventory/group_vars/workstation.yml
Normal file
1
ansible/inventory/group_vars/workstation.yml
Normal file
@@ -0,0 +1 @@
|
||||
# workstation profile variables
|
||||
1
ansible/inventory/host_vars/deadalus.yml
Normal file
1
ansible/inventory/host_vars/deadalus.yml
Normal file
@@ -0,0 +1 @@
|
||||
# deadalus specific variables
|
||||
1
ansible/inventory/host_vars/ikaros.yml
Normal file
1
ansible/inventory/host_vars/ikaros.yml
Normal file
@@ -0,0 +1 @@
|
||||
# ikaros specific variables
|
||||
1
ansible/inventory/host_vars/nymph.yml
Normal file
1
ansible/inventory/host_vars/nymph.yml
Normal file
@@ -0,0 +1 @@
|
||||
# nymph specific variables
|
||||
1
ansible/inventory/host_vars/prometheus.yml
Normal file
1
ansible/inventory/host_vars/prometheus.yml
Normal file
@@ -0,0 +1 @@
|
||||
# prometheus specific variables
|
||||
24
ansible/inventory/hosts.yml
Normal file
24
ansible/inventory/hosts.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
all:
|
||||
children:
|
||||
void:
|
||||
hosts:
|
||||
ikaros:
|
||||
nymph:
|
||||
|
||||
ubuntu:
|
||||
hosts:
|
||||
deadalus:
|
||||
prometheus:
|
||||
|
||||
desktop:
|
||||
hosts:
|
||||
ikaros:
|
||||
nymph:
|
||||
|
||||
workstation:
|
||||
hosts:
|
||||
deadalus:
|
||||
|
||||
server:
|
||||
hosts:
|
||||
prometheus:
|
||||
Reference in New Issue
Block a user