home-server/site.yml

72 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2018-09-03 20:06:05 +02:00
---
# The home-server project produces a multi-purpose setup using Ansible.
# Copyright © 2018 Y. Gablin, under the GPL-3.0-or-later license.
# Full licensing information in the LICENSE file, or gnu.org/licences/gpl-3.0.txt if the file is missing.
- hosts: back
remote_user: root
roles:
- _maintenance_start
- init
- transmission_back
- ntp
- cleanupdate
- printscan
- sockets
2020-01-03 12:38:36 +01:00
- front
2018-09-03 20:06:05 +02:00
- postinstall
- msmtp
- nfs
- transmission_nfs
- pyruse
- nftables_back
- postgresql
- slapd
- php
- ldap
# - wallabag_back
- dotclear_back
# - movim_back
- prosody_back
- ihmgit_back
- nextcloud_back
- ssh
- dovecot
- mediaplayer
2020-10-10 16:37:52 +02:00
- motion_back
2018-09-03 20:06:05 +02:00
- front_run
- acme_back
- nextcloud_davfs
- _maintenance_stop
- hosts: front
remote_user: root
roles:
- _maintenance_start
- init
- cleanupdate
- postinstall
2021-05-06 16:10:20 +02:00
- ldap
2018-09-03 20:06:05 +02:00
- iodine
- ddclient_HE_example
- ddclient_FreeDNS_example
2021-05-06 16:10:20 +02:00
- dmz_nginx
2018-09-03 20:06:05 +02:00
- ssowat
- php
2018-09-03 20:06:05 +02:00
- ssh
- transmission
2018-09-03 20:06:05 +02:00
- dmz_exim
- dmz_haproxy
- dmz_ihmgit_front
- dmz_nextcloud_front
- dmz_dotclear_front
- dmz_ihmldap
- dmz_prosody_front
2020-10-10 16:37:52 +02:00
- dmz_motion_front
2018-09-03 20:06:05 +02:00
# - dmz_wallabag_front
- acme_front
- privatebin
# - dmz_movim_front
- nftables_front
- _maintenance_stop