-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.yml
32 lines (25 loc) · 959 Bytes
/
db.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
- hosts: db
become: yes
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
# - install-standard-packages
# - deploy-selfsign-crt
# - systemd-config
#- { tags: ni, role: install-nginx, nginx_version: 1.13.6 }
# - { tags: t, role: install-td-agent, td_agent_version: 2.3.6-0 }
# - install-mackerel
# - { tags: r, role: install-redis-from-source, redis_version: 4.0.2 }
# - { tags: my, role: install-mysql }
# - { tags: n, role: nginx-config }
# - { tags: n, role: reload-nginx }
# - { tags: t, role: td-agent-config }
# - { tags: t, role: reload-td-agent }
# - { tags: m, role: mackerel-config }
# - { tags: m, role: reload-mackerel }
# - { tags: r, role: redis-config }
# - { tags: r, role: restart-redis }
- { tags: my, role: mysql-config }
- { tags: my, role: restart-mysql }
# - { tags: sys, role: sysctl-config }
# - { tags: sys, role: reload-sysctl }