feat: init commit
This commit is contained in:
commit
0289360eb6
16 changed files with 449 additions and 0 deletions
34
defaults/main.yml
Normal file
34
defaults/main.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
cuyper__config_file: '/cuyper/config.yml'
|
||||
cuyper__vhosts_file: '/cuyper/vhosts.yml'
|
||||
|
||||
cuyper__dns_clientId: 3213
|
||||
cuyper__dns_accessToken: my_access_toke
|
||||
cuyper__dns_type: 'dnssimple'
|
||||
cuyper__dns_name: 'ns1'
|
||||
|
||||
cuyper__gateway_hostname: 'domain.com'
|
||||
|
||||
cuyper__portainer_storage_path: /live/storage/portainer/data
|
||||
cuyper__portainer_docker_sock: /var/run/docker.sock
|
||||
cuyper__portainer_hostName: hostnamePortainer
|
||||
cuyper__portainer_url: https://url
|
||||
cuyper__portainer_username: bot
|
||||
cuyper__portainer_password: xyas8oas
|
||||
cuyper__portainer_endPointId: 2
|
||||
|
||||
cuyper__smtp_hostName: mail.domain.com
|
||||
cuyper__smtp_port: '465'
|
||||
cuyper__smtp_user: support@domain.com
|
||||
cuyper__smtp_pass: oydashnsao
|
||||
cuyper__smtp_from: 'support'
|
||||
|
||||
cuyper__apikey: dlsya8d9yashdp9asy0ud
|
||||
|
||||
cuyper__knownzones:
|
||||
- 'zone.com'
|
||||
|
||||
cuyper__cuyper_storage_path: "/live/storage/cuyper-hook"
|
||||
cuyper__cuyper_instance_path: "/live/instances/cuyper-hook"
|
||||
cuyper__cuyper_config_file: "/live/storage/cuyper-hook/cuyper-hook.yml"
|
||||
cuyper__cuyper_vhosts_file: "/live/storage/cuyper-hook/vhosts.yml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue