1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
ansible_playbook_servers/.gitmodules

97 lines
3.9 KiB
Text
Raw Normal View History

2020-12-12 23:03:33 +01:00
[submodule "roles/base"]
2021-04-18 23:18:30 +02:00
path = roles/do1jlr.base
2020-12-12 23:03:33 +01:00
url = https://github.com/roles-ansible/ansible_role_base.git
[submodule "roles/ranger"]
path = roles/ranger
url = https://github.com/roles-ansible/ansible_role_ranger.git
[submodule "roles/bat"]
path = roles/bat
url = https://github.com/gantsign/ansible_role_bat.git
[submodule "roles/dotfiles"]
path = roles/dotfiles
2021-09-19 19:43:03 +02:00
url = https://github.com/roles-ansible/ansible_role_dotfiles.git
2020-12-20 22:33:01 +01:00
[submodule "roles/users"]
path = roles/users
2021-09-19 19:43:03 +02:00
url = https://github.com/roles-ansible/ansible_role_users.git
2020-12-20 22:33:01 +01:00
[submodule "roles/ssh_auth"]
path = roles/ssh_auth
2021-09-19 19:43:03 +02:00
url = https://github.com/roles-ansible/ansible_role_auth.git
2020-12-20 22:33:01 +01:00
[submodule "roles/sshd"]
path = roles/sshd
2021-03-14 00:05:19 +01:00
url = https://github.com/roles-ansible/ansible_role_sshd.git
2020-12-22 23:53:15 +01:00
[submodule "files/ssh_public_keys"]
path = files/ssh_public_keys
2021-01-28 23:47:32 +01:00
url = https://backwesen.de/ansible/ssh_public_keys.git
2020-12-23 01:17:14 +01:00
[submodule "roles/nginx2"]
path = roles/nginx2
url = git@git.ccczh.ch:ansible-roles/role-nginx_new2.git
[submodule "roles/acmetool2"]
path = roles/acmetool2
url = git@git.ccczh.ch:ansible-roles/role-acmetool.git
[submodule "roles/webhost2"]
path = roles/webhost2
url = git@git.ccczh.ch:ansible-roles/role-webhost.git
2020-12-31 20:29:38 +01:00
[submodule "roles/geerlingguy.firewall"]
path = roles/geerlingguy.firewall
url = https://github.com/geerlingguy/ansible-role-firewall.git
[submodule "roles/robertdebock.fail2ban"]
path = roles/robertdebock.fail2ban
url = https://github.com/robertdebock/ansible-role-fail2ban.git
2021-01-02 02:03:34 +01:00
[submodule "roles/robertdebock.dovecot"]
path = roles/robertdebock.dovecot
url = https://github.com/robertdebock/ansible-role-dovecot.git
2021-01-04 18:01:23 +01:00
[submodule "roles/gitea"]
2021-04-18 23:18:30 +02:00
path = roles/do1jlr.gitea
2021-03-21 02:34:07 +01:00
url = https://github.com/roles-ansible/ansible_role_gitea.git
2021-01-04 18:01:23 +01:00
[submodule "roles/geerlingguy.postgresql"]
path = roles/geerlingguy.postgresql
url = https://github.com/geerlingguy/ansible-role-postgresql.git
2021-01-10 04:43:05 +01:00
[submodule "roles/postfix"]
path = roles/postfix
2021-09-19 19:43:03 +02:00
url = https://github.com/DO1JLR/ansible_role_postfix.git
[submodule "roles/do1jlr.ansible_version"]
path = roles/do1jlr.ansible_version
2021-09-19 19:43:03 +02:00
url = https://github.com/roles-ansible/ansible_role_versioncheck.git
2021-01-16 18:04:32 +01:00
[submodule "roles/do1jlr.mailserver_preperation"]
path = roles/do1jlr.mailserver_preperation
url = https://github.com/DO1JLR/ansible_role_mailserver_preperations.git
[submodule "roles/do1jlr.dovecot"]
path = roles/do1jlr.dovecot
url = https://github.com/DO1JLR/ansible_role_dovecot.git
2021-01-17 17:27:38 +01:00
[submodule "roles/acmetool_fix"]
path = roles/acmetool_fix
url = https://github.com/DO1JLR/ansible_role_acmetool_debian_fix.git
2021-01-18 22:41:02 +01:00
[submodule "roles/unbound"]
path = roles/unbound
url = https://github.com/roles-ansible/ansible_role_unbound.git
2021-01-20 23:42:01 +01:00
[submodule "roles/do1jlr.rspamd"]
path = roles/do1jlr.rspamd
url = https://github.com/roles-ansible/ansible_role_rspamd.git
2021-01-27 00:53:40 +01:00
[submodule "roles/unattended_upgrades"]
path = roles/unattended_upgrades
url = https://github.com/jnv/ansible-role-unattended-upgrades.git
[submodule "roles/do1jlr.nginx"]
path = roles/do1jlr.nginx
url = https://github.com/DO1JLR/ansible_role_nginx.git
[submodule "roles/do1jlr.acmetool"]
path = roles/do1jlr.acmetool
url = https://github.com/DO1JLR/ansible_role_acmetool.git
2021-02-06 23:41:53 +01:00
[submodule "roles/do1jlr.webhost"]
path = roles/do1jlr.webhost
2021-04-18 23:12:44 +02:00
url = https://github.com/roles-ansible/ansible_role_webhost.git
2021-05-27 16:19:52 +02:00
[submodule "roles/do1jlr.weechat"]
path = roles/do1jlr.weechat
2021-09-19 19:43:03 +02:00
url = https://github.com/roles-ansible/ansible_role_weechat.git
2021-07-19 01:41:38 +02:00
[submodule "roles/do1jlr.ovh_dyndns"]
path = roles/do1jlr.ovh_dyndns
url = https://github.com/DO1JLR/ansible_role_ovh_dyndns.git
2021-09-01 03:13:26 +02:00
[submodule "roles/do1jlr.rtl_nic_firmware"]
path = roles/do1jlr.rtl_nic_firmware
url = https://github.com/DO1JLR/ansible_role_rtl_nic_firmware.git
2021-09-17 00:02:30 +02:00
[submodule "roles/do1jlr.avahi_client"]
path = roles/do1jlr.avahi_client
url = https://github.com/roles-ansible/ansible_role_avahi_client.git
2021-09-18 18:54:34 +02:00
[submodule "roles/do1jlr.mysql"]
path = roles/do1jlr.mysql
url = https://github.com/roles-ansible/ansible_role_mysql.git