infra/ansible/inventory/hosts

48 lines
1.3 KiB
INI

# This is an Ansible inventory file in INI format. You can define a list of
# hosts and groups to be managed by this particular inventory.
# Hosts listed under [debops_all_hosts] will have common DebOps plays
# ran against them. It will include services such as iptables, DNS, Postfix,
# sshd configuration and more.
#
# View the list here:
# https://github.com/debops/debops/blob/master/ansible/playbooks/common.yml
#
# You should check Getting Started guide for useful suggestions:
# https://docs.debops.org/en/master/introduction/getting-started.html
# Your host was not detected as compatible with DebOps playbooks, so you will
# not be able to leverage the above features on your current operating system.
# You can however use a virtual machine as the Ansible Controller.
[debops_all_hosts]
intranet ansible_host=intranet.bij1.net ansible_user=ansible-admin
controller ansible_host=controller.bij1.net ansible_user=ansible-admin
code ansible_host=code.bij1.net ansible_user=ansible-admin
build ansible_host=build.bij1.net ansible_user=ansible-admin
[debops_service_controller]
controller
[debops_service_tinc]
intranet
controller
code
build
[debops_service_dnsmasq]
controller
[debops_service_nginx]
code
build
[debops_service_ifupdown]
intranet
controller
code
build
[debops_service_docker_server]
code
build