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

update mysql role

This commit is contained in:
L3D 2021-09-18 18:54:34 +02:00
parent a7754d160d
commit 553860d8d6
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 6 additions and 6 deletions

6
.gitmodules vendored
View file

@ -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
@ -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
roles/do1jlr.mysql Submodule

@ -0,0 +1 @@
Subproject commit 38d943f1bb444a6926f899b8a563daa0a4f48fd7

@ -1 +0,0 @@
Subproject commit 57c8638cc5e0659165c5e6b8c2f0f60884e29b46

View file

@ -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]}
@ -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}