PMA : Update config
This commit is contained in:
parent
44b806a447
commit
d1d244dfe8
@ -21,10 +21,10 @@ $cfg['blowfish_secret'] = '4ea7c4413fdd24.72280863'; /* YOU MUST FILL IN THIS FO
|
||||
*/
|
||||
$i = 0;
|
||||
|
||||
/* Server: sdsrvbak01 */
|
||||
/* Server: BigDataMaster - AWS */
|
||||
$i++;
|
||||
$cfg['Servers'][$i]['verbose'] = 'sdsrvbak01';
|
||||
$cfg['Servers'][$i]['host'] = 'localhost';
|
||||
$cfg['Servers'][$i]['verbose'] = 'BigDataMaster (AWS)';
|
||||
$cfg['Servers'][$i]['host'] = '172.19.7.10';
|
||||
$cfg['Servers'][$i]['port'] = '';
|
||||
$cfg['Servers'][$i]['socket'] = '';
|
||||
$cfg['Servers'][$i]['connect_type'] = 'tcp';
|
||||
@ -35,37 +35,9 @@ $cfg['Servers'][$i]['password'] = '';
|
||||
$cfg['Servers'][$i]['AllowNoPassword'] = false;
|
||||
$cfg['Servers'][$i]['compress'] = false;
|
||||
|
||||
/* Server: BigData02 */
|
||||
/* Server: BigDataSlave - AWS */
|
||||
$i++;
|
||||
$cfg['Servers'][$i]['verbose'] = 'BigData02 (DC1 RAMBOUILLET)';
|
||||
$cfg['Servers'][$i]['host'] = '192.168.3.28';
|
||||
$cfg['Servers'][$i]['port'] = '';
|
||||
$cfg['Servers'][$i]['socket'] = '';
|
||||
$cfg['Servers'][$i]['connect_type'] = 'tcp';
|
||||
$cfg['Servers'][$i]['extension'] = 'mysqli';
|
||||
$cfg['Servers'][$i]['auth_type'] = 'cookie';
|
||||
$cfg['Servers'][$i]['user'] = '';
|
||||
$cfg['Servers'][$i]['password'] = '';
|
||||
$cfg['Servers'][$i]['AllowNoPassword'] = false;
|
||||
$cfg['Servers'][$i]['compress'] = false;
|
||||
|
||||
/* Server: BigData03 */
|
||||
$i++;
|
||||
$cfg['Servers'][$i]['verbose'] = 'BigData03 (DC3 ONLINE)';
|
||||
$cfg['Servers'][$i]['host'] = '195.154.170.169';
|
||||
$cfg['Servers'][$i]['port'] = '';
|
||||
$cfg['Servers'][$i]['socket'] = '';
|
||||
$cfg['Servers'][$i]['connect_type'] = 'tcp';
|
||||
$cfg['Servers'][$i]['extension'] = 'mysqli';
|
||||
$cfg['Servers'][$i]['auth_type'] = 'cookie';
|
||||
$cfg['Servers'][$i]['user'] = '';
|
||||
$cfg['Servers'][$i]['password'] = '';
|
||||
$cfg['Servers'][$i]['AllowNoPassword'] = false;
|
||||
$cfg['Servers'][$i]['compress'] = false;
|
||||
|
||||
/* Server: BigData02 - AWS */
|
||||
$i++;
|
||||
$cfg['Servers'][$i]['verbose'] = 'BigData02 (AWS)';
|
||||
$cfg['Servers'][$i]['verbose'] = 'BigDataSlave (ISSY)';
|
||||
$cfg['Servers'][$i]['host'] = '172.19.7.10';
|
||||
$cfg['Servers'][$i]['port'] = '';
|
||||
$cfg['Servers'][$i]['socket'] = '';
|
||||
|
@ -2,7 +2,7 @@
|
||||
# This playbook install phpMyAdmin
|
||||
- hosts: all
|
||||
vars:
|
||||
version: 4.6.6
|
||||
version: 4.7.0
|
||||
vhosts: /home/vhosts/pma
|
||||
opcache: fcgi
|
||||
keep_releases: 3
|
||||
|
Loading…
Reference in New Issue
Block a user