mysql_root_password: !vault |
  $ANSIBLE_VAULT;1.1;AES256
  63373634623230333965653830623535363363363930666331303933303061333135373163366434
  6263633764613336356130343562333635623731346636650a613063323833363038356566306633
  33376461626236663765323234613966613036616635646362316230313162333838326263393563
  3134373663326635650a303837303133353830366236346536333238366664633131613437346363
  30316362393664316261363834633464303632323461626463636263626236346566323165323738
  3036323064333065663430316362363630313065613437343938

mysql_databases:
  - name: gitea
  - name: wipe
  - name: wipe-stg
  - name: keylighter
  - name: shitcode
  - name: cojedzie-next
  - name: cojedzie
  - name: marcelchefmonsieur

mysql_users:
  - name: gitea
    priv: gitea.*:ALL
    host: "172.%"
    password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
      30636438636462653666616466313837303063666463656462383737326662636231393933353735
      3262636431363230323834313637626136396362656564350a643732306466643536323937353531
      62643935653066373330633732623162376431356535663766393435636336343561373861653534
      6565323737646632610a383561386133303963613333656532623636363039336265356334373230
      35356139353564373630363838393166316339616434306461396238626361653638
  - name: keylighter
    priv: keylighter.*:ALL
    host: "172.%"
    password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
      63656537653463313639373130666537373365393866623031616265643762353739643965326132
      3764653563333266616132393335613335363361633531660a373730363362666230363836393266
      62346536356636653664306131643636303164356531656139616463363337343866386135616135
      3765393631656264660a346264613933663136636464666430633062623438386561363137383538
      36613162336666323933333833643838373465333764643134663631333631383231
  - name: shitcode
    priv: shitcode.*:ALL
    host: "172.%"
    password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
      39306237636162363632396565633635373166333732333139343036666434303938613038646665
      3839373166306433643232323535636239333730613566310a326239393635326635623830343732
      61613137616236303230626639666334326466333931613430613166333161646536313661343738
      3732386638376330350a353334383464313866613738646566636665396566623062373564323933
      65396634613136306630643964386637653936346236386333323262363430303261
  - name: wipe-stg
    priv: wipe-stg.*:ALL
    host: "172.%"
    password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
      32316135383561636662333363393635373537616138306538616335393032303962333031346137
      3861633263343130663037636130346535653330313039310a353634346538383561363338626334
      65376538643837303330343437626335636134363761393063313561633539616531613065656436
      3435386439313732320a333932626435613733306239346131646564613037373265316234346563
      35343734393636633030633233323465613634623733376135656232393235333762646239613361
      3863336164663865636633396361353133353238313262313934
  - name: wipe
    priv: wipe.*:ALL
    host: "172.%"
    password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
      63313762333536383933373232616461356632373963666438333339626434303661313131383061
      6461316637326634393862626632316139656133353833360a383466303763663135383536376539
      65373333353830613433663533633265303965356234396136326631626239646533383761326135
      3365633834336464340a616133656265663039353236666565316431383631656435303166393538
      63323630626239396263626536306632356635373535366335666265396630353430
  - name: cojedzie-next
    priv: cojedzie-next.*:ALL
    host: "172.%"
    password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
      35346533366533313962656662613965626139646164656536616361353137386137353962616137
      3639333138656330326431643362363737656536376661350a343430386361653732333932393265
      65363865616465623965643564376330316437653665646332353663613038343765316663313837
      3662646135666461310a353561383261313130623132636366363264393639613963386162613330
      31303239636231636633366530333530643063303434623763363731616635663639636135316666
      3737323335303065376633356238303961323331396666366636
  - name: cojedzie
    priv: cojedzie.*:ALL
    host: "172.%"
    password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
      35346533366533313962656662613965626139646164656536616361353137386137353962616137
      3639333138656330326431643362363737656536376661350a343430386361653732333932393265
      65363865616465623965643564376330316437653665646332353663613038343765316663313837
      3662646135666461310a353561383261313130623132636366363264393639613963386162613330
      31303239636231636633366530333530643063303434623763363731616635663639636135316666
      3737323335303065376633356238303961323331396666366636
  - name: marcelchefmonsieur
    priv: marcelchefmonsieur.*:ALL
    host: "172.%"
    password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
      61343731393737383031356234633063386434396639623365326137643033653565626465653534
      6139343835626266356161616464373631646230303531340a656634346132393532366265393537
      66346138666133333330323764633738383536616437646133646239303266613934653231383762
      6135343532633333330a316338613733303165666237623434343365343866383533633934303462
      38623733306137336335633135386538343062346439623765343137333963636436383465316163
      6336356566316135333037653739663264313566323164646232

mysql_user_passwords: "{{ mysql_users|items2dict(key_name='name', value_name='password') }}"