first commit
This commit is contained in:
commit
5816898404
50 changed files with 1031 additions and 0 deletions
10
inventory/group_vars/all.yaml
Normal file
10
inventory/group_vars/all.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# ansible_user: ansible
|
||||
# ansible_ssh_private_key_file: /home/annika/ansible/minilab/ansible_ed25519
|
||||
debian_derivatives:
|
||||
- "Debian"
|
||||
- "Pop!_OS"
|
||||
- "Ubuntu"
|
||||
global_dns_servers:
|
||||
- 10.69.11.4
|
||||
# code: language=ansible
|
||||
3
inventory/group_vars/alpine.yaml
Normal file
3
inventory/group_vars/alpine.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
ansible_become_method: community.general.doas
|
||||
2
inventory/host_vars/fifi.yaml
Normal file
2
inventory/host_vars/fifi.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
server_name: fifi
|
||||
2
inventory/host_vars/knivi.yaml
Normal file
2
inventory/host_vars/knivi.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
server_name: knivi
|
||||
2
inventory/host_vars/maxim.yaml
Normal file
2
inventory/host_vars/maxim.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
server_name: maxim
|
||||
2
inventory/host_vars/pump.yaml
Normal file
2
inventory/host_vars/pump.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
server_name: pump
|
||||
2
inventory/host_vars/reir.yaml
Normal file
2
inventory/host_vars/reir.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
server_name: reir
|
||||
33
inventory/hosts.yaml
Normal file
33
inventory/hosts.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
all:
|
||||
hosts:
|
||||
pump:
|
||||
ansible_host: 10.69.11.4
|
||||
maxim:
|
||||
ansible_host: 10.69.10.50
|
||||
docker1:
|
||||
ansible_host: 10.69.10.51
|
||||
fifi:
|
||||
ansible_host: 10.69.10.52
|
||||
knivi:
|
||||
ansible_host: 10.69.10.53
|
||||
reir:
|
||||
ansible_host: 10.69.10.62
|
||||
children:
|
||||
alpine:
|
||||
hosts:
|
||||
pump:
|
||||
debian:
|
||||
hosts:
|
||||
maxim:
|
||||
docker1:
|
||||
fifi:
|
||||
knivi:
|
||||
reir:
|
||||
docker:
|
||||
hosts:
|
||||
pump:
|
||||
docker1:
|
||||
adguard_servers:
|
||||
hosts:
|
||||
pump:
|
||||
Loading…
Add table
Add a link
Reference in a new issue