diff --git a/apps/tools/phpmyadmin/config/pma-celeste.config.inc.php b/apps/tools/phpmyadmin/config/pma-celeste.config.inc.php index 9cd9a16..4fa9f7f 100644 --- a/apps/tools/phpmyadmin/config/pma-celeste.config.inc.php +++ b/apps/tools/phpmyadmin/config/pma-celeste.config.inc.php @@ -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'] = ''; diff --git a/apps/tools/phpmyadmin/pma.yml b/apps/tools/phpmyadmin/pma.yml index 6c0c29d..5915ba3 100644 --- a/apps/tools/phpmyadmin/pma.yml +++ b/apps/tools/phpmyadmin/pma.yml @@ -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