ki-ansible-playbook/playbook.yml

54 lines
3.0 KiB
YAML

- hosts: kidev
become: true
vars:
ki_host: kidev.wtf-eg.net
ki_frontend_uri: https://kidev.wtf-eg.net/
ki_backend_uri: https://kidev.wtf-eg.net/api
ki_db_root_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
63333133613433396139313230306262373336303735373138373637386130636665386465633431
6139623164376239323937633436346638663134633832360a616233336164356138613439306335
31633239366530376364306239363039656234353236383036303239653864626262386130386666
3264353533363462660a613234313238383235613363363464613434386231376133363963613732
31616165343938646533653434356335356266393230363139636535313639333134
ki_db_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
64323263383232363637343733313738303936653538313531623935363062383137326335393463
3738333039313837363138663563333664343538666262610a613036646430633138386666623037
62666634353962323463333962626530333133376366663832316536326537326532336366663233
6538656334343665350a393833653133663639396166643930656663373737373034343065353636
36343532343163353562316639623861353466326139396331626461663438313532
wtf_docker_registry_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
33393462623866336638386164303132643339326237663530343866356262666534353262626132
6139323937343135383937613663323939306434353865360a353830303366316365303034386135
65653230363733633661616465386331656532666639346130323865316665353664383962373062
3235373464316535620a646433363330333431346164323536373162343632363031303339666439
37653436383830343430333863363565643934326430353766636236323130333339353234353466
3430666235363838383837366631326162636631376436333165
ki_auth: ldap
ki_ldap_auth_user: !vault |
$ANSIBLE_VAULT;1.1;AES256
65313638663436363264346137326137393330363866313962306530333030373031306431336663
6132666565313962323537623930353563326535623432640a346162333862376166363463636663
39633831316539633130623461383264363662306232313337653530376338663032376432316562
3739323363316464310a386437323435376234323464353261316661663164363633373434363130
31336434623333303762383364313430633839323331393561363665613235373739626239326436
3431643163393530663262363736373933343439333261646636
ki_ldap_auth_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
39306631636562623166316663316562346532636265633566643739383964653531356263613732
3331643035326436373231393132613864366237633239640a356338663537353064666365343265
34653861633531646439326666363434376334326533326438646563643436376564623834366533
6634323030346432370a366132313434653038393238373564633637663562313539666430613133
66633262663538346532353833616666313565393930623435303434656261303666
roles:
- role: common
tags: [common]
- role: docker
tags: [docker]
- role: nginx
tags: [nginx]
- role: ki
tags: [ki]