Playbooks I use for my homelab
1servers:
2 hosts:
3 hyperreal.coffee:
4 ansible_user: jas
5 ansible_host: hyperreal.lyrebird-marlin.ts.net
6 ansible_python_interpreter: /usr/bin/python3
7 auxnc-8g:
8 ansible_user: jas
9 ansible_host: 152.53.39.153
10 ansible_python_interpreter: /usr/bin/python3
11 nas-local:
12 ansible_user: jas
13 ansible_host: nas-local.lyrebird-marlin.ts.net
14 ansible_python_interpreter: /usr/bin/python3
15 auxnode:
16 ansible_user: jas
17 ansible_host: auxnode.lyrebird-marlin.ts.net
18 ansible_python_interpreter: /usr/bin/python3
19 auxnode2:
20 ansible_user: jas
21 ansible_host: 10.0.0.5
22 ansible_python_interpreter: /usr/bin/python3
23
24promservers:
25 hosts:
26 desktop:
27 ansible_user: jas
28 ansible_host: localhost
29 ansible_python_interpreter: /usr/bin/python3
30
31promclients:
32 hosts:
33 nas-remote:
34 ansible_user: root
35 ansible_host: nas-remote.lyrebird-marlin.ts.net
36 ansible_python_interpreter: /usr/bin/python3
37 # hyperreal.coffee:
38 # ansible_user: jas
39 # ansible_host: hyperreal.lyrebird-marlin.ts.net
40 # ansible_python_interpreter: /usr/bin/python3
41 # nas-local:
42 # ansible_user: jas
43 # ansible_host: nas-local.lyrebird-marlin.ts.net
44 # ansible_python_interpreter: /usr/bin/python3
45 # auxnode:
46 # ansible_user: jas
47 # ansible_host: auxnode.lyrebird-marlin.ts.net
48 # ansible_python_interpreter: /usr/bin/python3
49 # auxnode2:
50 # ansible_user: jas
51 # ansible_host: 10.0.0.5
52 # ansible_python_interpreter: /usr/bin/python3