2023-03-27 16:30:52 +02:00
|
|
|
# ===================================================================================================
|
|
|
|
|
# ? ABOUT
|
|
|
|
|
# @author : Noah Knegt
|
|
|
|
|
# @email : personal@noahknegt.com
|
|
|
|
|
# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations
|
|
|
|
|
# @createdOn : 27-03-2023
|
|
|
|
|
# @description : This file contains the hosts for ansible.
|
|
|
|
|
# ===================================================================================================
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
vpses:
|
|
|
|
|
hosts:
|
|
|
|
|
vps1-contabo:
|
|
|
|
|
ansible_host: 161.97.139.67
|
|
|
|
|
ansible_port: 4422
|
2023-03-31 10:32:32 +02:00
|
|
|
ansible_user: ansible
|
2023-03-27 16:30:52 +02:00
|
|
|
|
|
|
|
|
pis:
|
|
|
|
|
hosts:
|
|
|
|
|
pi1:
|
|
|
|
|
ansible_host: 192.168.90.2
|
2023-03-31 10:32:32 +02:00
|
|
|
ansible_user: ansible
|
2023-03-27 16:30:52 +02:00
|
|
|
pi2:
|
|
|
|
|
ansible_host: 192.168.90.3
|
2023-03-31 10:32:32 +02:00
|
|
|
ansible_user: ansible
|
2023-03-27 16:30:52 +02:00
|
|
|
|
2024-04-11 19:47:38 +02:00
|
|
|
localhost:
|
2023-03-27 16:30:52 +02:00
|
|
|
hosts:
|
2024-04-12 19:37:45 +02:00
|
|
|
localhost-machine:
|
|
|
|
|
ansible_connection: local
|
2023-03-27 16:30:52 +02:00
|
|
|
|
|
|
|
|
all:
|
|
|
|
|
children:
|
|
|
|
|
home:
|
|
|
|
|
children:
|
|
|
|
|
pis:
|
|
|
|
|
datacenter:
|
|
|
|
|
children:
|
|
|
|
|
vpses:
|
2024-04-11 19:47:38 +02:00
|
|
|
localhost:
|