32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
|
|
||
|
docker_gitea_fqdn: git.libretic.fr
|
||
|
docker_gitea_data_dir: /data1
|
||
|
docker_gitea_service_id: gitea
|
||
|
|
||
|
docker_gitea_db_user: gitea
|
||
|
docker_gitea_db_name: gitea
|
||
|
docker_gitea_db_password: !vault |
|
||
|
$ANSIBLE_VAULT;1.1;AES256
|
||
|
93734613266323562626269373461326632356262626937346132663235626262693734613266323
|
||
|
26438303639396435623164353739393335623131326438303639396435623164353739393335623
|
||
|
63937636231360a3239393830306666363937636231360a3239393830306666363937636231360a3
|
||
|
36393964356231643537393933356231313736393964356231643537393933356231313766366639
|
||
|
3637
|
||
|
|
||
|
|
||
|
rp_vhost_fqdn: "{{ docker_gitea_fqdn }}"
|
||
|
rp_vhost_backend_host: "{{ hostvars[groups['gitea'][0]].ansible_host }}"
|
||
|
rp_vhost_access_policy: OpenAccessPolicy
|
||
|
rp_vhost_indexing: AllowCrawlerIndexing
|
||
|
rp_vhost_waf: "On"
|
||
|
rp_vhost_additional_conf: |
|
||
|
ProxyErrorOverride off
|
||
|
AllowEncodedSlashes NoDecode
|
||
|
|
||
|
rp_vhost_mds_exclusion: |
|
||
|
SecRequestBodyLimit 10485760
|
||
|
SecRequestBodyNoFilesLimit 10485760
|
||
|
SecRuleRemoveById 920420
|
||
|
SecRuleRemoveById 949110
|
||
|
SecRuleRemoveById 980130
|