Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Feb 6, 2021
1 parent 603bdd6 commit a4c0b37
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion roles/acmetool2
Submodule acmetool2 updated from 06f621 to b988f6
2 changes: 1 addition & 1 deletion roles/do1jlr.acmetool
1 change: 1 addition & 0 deletions roles/do1jlr.webhost
Submodule do1jlr.webhost added at 7a17d4
2 changes: 1 addition & 1 deletion roles/webhost2
Submodule webhost2 updated from 7a7a04 to 7a17d4
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
Expand All @@ -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]}
Expand Down

0 comments on commit a4c0b37

Please sign in to comment.