infra/ansible/inventory/hosts

101 lines
2.5 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
db ansible_host=db.bij1.net ansible_user=ansible-admin
db2 ansible_host=db2.bij1.net ansible_user=ansible-admin
vergadering ansible_host=vergadering.bij1.net ansible_user=ansible-admin
; turn ansible_host=turn.bij1.net ansible_user=ansible-admin
static ansible_host=static.bij1.net ansible_user=ansible-admin
wp ansible_host=wp.bij1.net ansible_user=ansible-admin
wp-staging ansible_host=wp-staging.bij1.net ansible_user=ansible-admin
doemee ansible_host=doemee.bij1.net ansible_user=ansible-admin
proxy ansible_host=proxy.bij1.net ansible_user=ansible-admin
stemmen ansible_host=stemmen.bij1.net ansible_user=ansible-admin
cloud ansible_host=cloud.bij1.net ansible_user=ansible-admin
crm ansible_host=crm.bij1.net ansible_user=ansible-admin
; bbb ansible_host=bbb.bij1.net ansible_user=ansible-admin
[debops_service_ifupdown]
intranet
controller
code
build
db
db2
vergadering
; turn
static
wp
wp-staging
doemee
proxy
stemmen
cloud
crm
; bbb
[debops_service_controller]
controller
[debops_service_dnsmasq]
controller
[debops_service_nginx]
code
build
static
stemmen
[debops_service_docker_server]
code
build
crm
[debops_service_mariadb_server]
db
db2
[debops_service_mariadb]
crm
wp-staging
[debops_service_postgresql_server]
db
db2
[debops_service_postgresql]
db
[webserver]
wp
wp-staging
doemee
vergadering
crm
cloud
proxy
[wordpress]
wp
wp-staging