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

update submodules

This commit is contained in:
L3D 2021-02-06 23:41:53 +01:00
parent 603bdd62cc
commit a4c0b37dc8
Signed by: l3d
GPG key ID: CD08445BFF4313D1
6 changed files with 9 additions and 5 deletions

3
.gitmodules vendored
View file

@ -85,3 +85,6 @@
[submodule "roles/do1jlr.acmetool"] [submodule "roles/do1jlr.acmetool"]
path = roles/do1jlr.acmetool path = roles/do1jlr.acmetool
url = https://github.com/DO1JLR/ansible_role_acmetool.git url = https://github.com/DO1JLR/ansible_role_acmetool.git
[submodule "roles/do1jlr.webhost"]
path = roles/do1jlr.webhost
url = https://github.com/DO1JLR/ansible_role_webhost.git

@ -1 +1 @@
Subproject commit 06f62154319969711f4025a12257868310fbd4b1 Subproject commit b988f6d86354ff75904e4577f6ccd4f24f0b78c6

@ -1 +1 @@
Subproject commit 06f62154319969711f4025a12257868310fbd4b1 Subproject commit b988f6d86354ff75904e4577f6ccd4f24f0b78c6

1
roles/do1jlr.webhost Submodule

@ -0,0 +1 @@
Subproject commit 7a17d4cdf5b524f52d36cc6c2f5b7ae08ae8feab

@ -1 +1 @@
Subproject commit 7a7a04e45d9c52be8ceec4ec48349de2fee71dd1 Subproject commit 7a17d4cdf5b524f52d36cc6c2f5b7ae08ae8feab

View file

@ -26,7 +26,7 @@
- name: deploy web config - name: deploy web config
hosts: web hosts: web
roles: roles:
- {role: webhost2, tags: [web, webhost]} - {role: do1jlr.webhost, tags: [web, webhost]}
- {role: acmetool_fix, tags: [web, acmetool]} - {role: acmetool_fix, tags: [web, acmetool]}
- {role: do1jlr.acmetool, tags: [web, acmetool]} - {role: do1jlr.acmetool, tags: [web, acmetool]}
- {role: do1jlr.nginx, tags: [web, nginx]} - {role: do1jlr.nginx, tags: [web, nginx]}
@ -40,7 +40,7 @@
- {role: unbound, tags: [mail, unbound]} - {role: unbound, tags: [mail, unbound]}
- {role: geerlingguy.mysql, tags: [mail, mysql, mariadb]} - {role: geerlingguy.mysql, tags: [mail, mysql, mariadb]}
- {role: acmetool_fix, tags: [mail, acmetool]} - {role: acmetool_fix, tags: [mail, acmetool]}
- {role: webhost2, tags: [mail, webhost]} - {role: do1jlr.webhost, tags: [mail, webhost]}
- {role: do1jlr.acmetool, tags: [mail, acmetool]} - {role: do1jlr.acmetool, tags: [mail, acmetool]}
- {role: do1jlr.nginx, tags: [mail, nginx]} - {role: do1jlr.nginx, tags: [mail, nginx]}
- {role: do1jlr.mailserver_preperation, tags: [mail, mailserver_preperation, prep, mailserver]} - {role: do1jlr.mailserver_preperation, tags: [mail, mailserver_preperation, prep, mailserver]}