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:
parent
a7754d160d
commit
553860d8d6
4 changed files with 6 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -43,9 +43,6 @@
|
||||||
[submodule "roles/robertdebock.dovecot"]
|
[submodule "roles/robertdebock.dovecot"]
|
||||||
path = roles/robertdebock.dovecot
|
path = roles/robertdebock.dovecot
|
||||||
url = https://github.com/robertdebock/ansible-role-dovecot.git
|
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"]
|
[submodule "roles/gitea"]
|
||||||
path = roles/do1jlr.gitea
|
path = roles/do1jlr.gitea
|
||||||
url = https://github.com/roles-ansible/ansible_role_gitea.git
|
url = https://github.com/roles-ansible/ansible_role_gitea.git
|
||||||
|
@ -97,3 +94,6 @@
|
||||||
[submodule "roles/do1jlr.avahi_client"]
|
[submodule "roles/do1jlr.avahi_client"]
|
||||||
path = roles/do1jlr.avahi_client
|
path = roles/do1jlr.avahi_client
|
||||||
url = https://github.com/roles-ansible/ansible_role_avahi_client.git
|
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
1
roles/do1jlr.mysql
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 38d943f1bb444a6926f899b8a563daa0a4f48fd7
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 57c8638cc5e0659165c5e6b8c2f0f60884e29b46
|
|
4
site.yml
4
site.yml
|
@ -31,7 +31,7 @@
|
||||||
- {role: acmetool_fix, tags: [web, acmetool]}
|
- {role: acmetool_fix, tags: [web, acmetool]}
|
||||||
- {role: do1jlr.acmetool, tags: [web, acmetool], become: true}
|
- {role: do1jlr.acmetool, tags: [web, acmetool], become: true}
|
||||||
- {role: do1jlr.nginx, tags: [web, nginx]}
|
- {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: do1jlr.gitea, tags: [web, gitea, git]}
|
||||||
- {role: goaccess, tags: [web, goaccess]}
|
- {role: goaccess, tags: [web, goaccess]}
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
- name: deploy mail config
|
- name: deploy mail config
|
||||||
hosts: mail
|
hosts: mail
|
||||||
roles:
|
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: do1jlr.webhost, tags: [mail, webhost], become: true}
|
||||||
- {role: acmetool_fix, tags: [mail, acmetool]}
|
- {role: acmetool_fix, tags: [mail, acmetool]}
|
||||||
- {role: do1jlr.acmetool, tags: [mail, acmetool], become: true}
|
- {role: do1jlr.acmetool, tags: [mail, acmetool], become: true}
|
||||||
|
|
Loading…
Reference in a new issue