-
Notifications
You must be signed in to change notification settings - Fork 0
/
aegir_2.yml
32 lines (26 loc) · 949 Bytes
/
aegir_2.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: aegir_servers
become: yes
vars_prompt:
- name: certbot_email
prompt: Enter cerbot email
private: no
- name: primary_percona_host
prompt: Enter primary percona host
private: no
- name: secondary_percona_host
prompt: Enter secondary percona host
private: no
- name: primary_percona_host_no_domain
prompt: Enter primary percona host with no domain (ie. d4 or d5)
private: no
- name: proxysql_pass
prompt: Enter the proxysql monitor user password (cat /root/.mysql.proxy_monitor on the primary percona server)
- name: orch_topo_pass
prompt: Enter the orchestrator topolgy user password (cat /root/.mysql.orch on the primary percona server)
- name: aegir_mysql_pass
prompt: Enter the password for the aegir root user (cat /root/.mysql.aegir_root)
private: yes
roles:
- aegir_2
tags:
- aegir_2