fix mariadb issue
This commit is contained in:
parent
45fbc3316f
commit
a06dd92b7d
@ -1,10 +1,11 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
36336139353839303537376234623535363838613761633137633166636261353862643935393563
|
||||
6363356531376261333364306238343961343435336637380a623134636661326262623635326266
|
||||
62623433343939353866373365343966656533376230323835313131326130326265316364336537
|
||||
6332306265643336630a326530656536373662613636353735666164326461333232363534316564
|
||||
36643333636464663734666364366436366235326136313134393965626636643034396662383261
|
||||
34363236653530326635303239643166313966363062333534616332383736626430346633396438
|
||||
61353964643930353731316664393534356366373563326337303964323366333733386134646337
|
||||
31303736383735366662323637336635656161376337313563386438376136653365656433663336
|
||||
3530
|
||||
66363162333638663431363630666135616261633634336561373331306231396335393530333938
|
||||
3263393132303633336231356334313064666433313761350a316165656230396265306130386433
|
||||
32333934313839363038356236396134363265393039343332643864633737356338353034303734
|
||||
3165653730366536310a393463383139313766323238306565326539643761323561306537383939
|
||||
61336236393835366362653533346564306232323732393237633630636334303563323264353365
|
||||
35313361353665653163303230333064653132343636646439316332393038356263343536666137
|
||||
37633265353963326561323036353933663062373432383234336635336634383138626639623561
|
||||
35343230663933353363663765336331353364353735393566633632303362396239346534363633
|
||||
62313834623033333066366334366561646136633938643134366566663762336430653936626532
|
||||
3066623066346637653936366261353930663432613936303963
|
||||
|
@ -87,7 +87,8 @@ php_extention_enable:
|
||||
- pdo_mysql
|
||||
- soap
|
||||
|
||||
mysql_root_password: "{{ vault_default_password }}"
|
||||
mysql_root_password: "{{ vault_mysql_root }}"
|
||||
mysql_root_password_update: true
|
||||
|
||||
|
||||
bind_listen_ipv4: ['any']
|
||||
|
Loading…
Reference in New Issue
Block a user