Skip to content

Commit

Permalink
update mysql role
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Sep 18, 2021
1 parent a7754d1 commit 553860d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
[submodule "roles/robertdebock.dovecot"]
path = roles/robertdebock.dovecot
url = https://github.com/robertdebock/ansible-role-dovecot.git
[submodule "roles/geerlingguy.mysql"]
path = roles/geerlingguy.mysql
url = https://github.com/geerlingguy/ansible-role-mysql.git
[submodule "roles/gitea"]
path = roles/do1jlr.gitea
url = https://github.com/roles-ansible/ansible_role_gitea.git
Expand Down Expand Up @@ -97,3 +94,6 @@
[submodule "roles/do1jlr.avahi_client"]
path = roles/do1jlr.avahi_client
url = https://github.com/roles-ansible/ansible_role_avahi_client.git
[submodule "roles/do1jlr.mysql"]
path = roles/do1jlr.mysql
url = https://github.com/roles-ansible/ansible_role_mysql.git
1 change: 1 addition & 0 deletions roles/do1jlr.mysql
Submodule do1jlr.mysql added at 38d943
1 change: 0 additions & 1 deletion roles/geerlingguy.mysql
Submodule geerlingguy.mysql deleted from 57c863
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- {role: acmetool_fix, tags: [web, acmetool]}
- {role: do1jlr.acmetool, tags: [web, acmetool], become: true}
- {role: do1jlr.nginx, tags: [web, nginx]}
- {role: geerlingguy.mysql, tags: [web, git, mysql], become: true}
- {role: do1jlr.mysql, tags: [web, git, mysql], become: true}
- {role: do1jlr.gitea, tags: [web, gitea, git]}
- {role: goaccess, tags: [web, goaccess]}

Expand All @@ -43,7 +43,7 @@
- name: deploy mail config
hosts: mail
roles:
- {role: geerlingguy.mysql, tags: [mail, mysql, mariadb], become: true}
- {role: do1jlr.mysql, tags: [mail, mysql, mariadb], become: true}
- {role: do1jlr.webhost, tags: [mail, webhost], become: true}
- {role: acmetool_fix, tags: [mail, acmetool]}
- {role: do1jlr.acmetool, tags: [mail, acmetool], become: true}
Expand Down

0 comments on commit 553860d

Please sign in to comment.