diff --git a/.gitmodules b/.gitmodules index fe0a4b1..729bdd7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -85,3 +85,6 @@ [submodule "roles/do1jlr.acmetool"] path = roles/do1jlr.acmetool 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 diff --git a/roles/acmetool2 b/roles/acmetool2 index 06f6215..b988f6d 160000 --- a/roles/acmetool2 +++ b/roles/acmetool2 @@ -1 +1 @@ -Subproject commit 06f62154319969711f4025a12257868310fbd4b1 +Subproject commit b988f6d86354ff75904e4577f6ccd4f24f0b78c6 diff --git a/roles/do1jlr.acmetool b/roles/do1jlr.acmetool index 06f6215..b988f6d 160000 --- a/roles/do1jlr.acmetool +++ b/roles/do1jlr.acmetool @@ -1 +1 @@ -Subproject commit 06f62154319969711f4025a12257868310fbd4b1 +Subproject commit b988f6d86354ff75904e4577f6ccd4f24f0b78c6 diff --git a/roles/do1jlr.webhost b/roles/do1jlr.webhost new file mode 160000 index 0000000..7a17d4c --- /dev/null +++ b/roles/do1jlr.webhost @@ -0,0 +1 @@ +Subproject commit 7a17d4cdf5b524f52d36cc6c2f5b7ae08ae8feab diff --git a/roles/webhost2 b/roles/webhost2 index 7a7a04e..7a17d4c 160000 --- a/roles/webhost2 +++ b/roles/webhost2 @@ -1 +1 @@ -Subproject commit 7a7a04e45d9c52be8ceec4ec48349de2fee71dd1 +Subproject commit 7a17d4cdf5b524f52d36cc6c2f5b7ae08ae8feab diff --git a/site.yml b/site.yml index 4f51624..b700639 100644 --- a/site.yml +++ b/site.yml @@ -26,7 +26,7 @@ - name: deploy web config hosts: web roles: - - {role: webhost2, tags: [web, webhost]} + - {role: do1jlr.webhost, tags: [web, webhost]} - {role: acmetool_fix, tags: [web, acmetool]} - {role: do1jlr.acmetool, tags: [web, acmetool]} - {role: do1jlr.nginx, tags: [web, nginx]} @@ -40,7 +40,7 @@ - {role: unbound, tags: [mail, unbound]} - {role: geerlingguy.mysql, tags: [mail, mysql, mariadb]} - {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.nginx, tags: [mail, nginx]} - {role: do1jlr.mailserver_preperation, tags: [mail, mailserver_preperation, prep, mailserver]}