- 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 roles: - role: common tags: [common] - role: docker tags: [docker] - role: nginx tags: [nginx] - role: ki tags: [ki]