-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts
53 lines (39 loc) · 910 Bytes
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[all:vars]
ansible_python_interpreter=/usr/bin/python3
# FIXME: "common"?
# i had everything under common:children, but now it breaks, those are supposed to be groups :-).
# so, does it really work to have *hosts* listed in two groups (fedora v.s. common)
[common]
alan-laptop
alan-laptop-2023
drystone-old
drystone
[common:children]
alan_servers
test_servers
[fedora]
alan-laptop
[fedora:children]
test_nspawn_fedora
test_vm_fedora
# Ansible 2.2.1 bug: chokes on ungrouped hosts
#[ungrouped]
#drystone # jenkins-desktop
[alan_servers]
silo
[test_servers:children]
test_nspawn_fedora
test_nspawn_deb
test_vm_fedora
test_vm_debian
# nss-mymachines
[test_nspawn_fedora]
[test_nspawn_deb]
bullseye repos_apt=debian-bullseye
# nss-libvirt
[test_vm_fedora]
fedora40-vm
[test_vm_debian]
debian11-vm repos_apt=debian-bullseye
ubuntu2204-vm repos_apt=ubuntu-jammy
ubuntu2404-vm repos_apt=ubuntu-24.04