cuyper/defaults/main.yml
2026-09-23 00:12:31 +01:00

60 lines
No EOL
1.6 KiB
YAML

---
cuyper__cuyper_ssl: "no"
cuyper__portainer_certbot_enabled: "no"
cuyper__hostname: 'domain.com'
cuyper__knownzones:
- 'zone.com'
cuyper__volumes_path: /live/volumes
cuyper__compose_path: /live/instances
cuyper__config_path: /live/config
cuyper__dns_clientId: 3213
cuyper__dns_accessToken: my_access_toke
cuyper__dns_type: 'dnssimple'
cuyper__dns_name: 'ns1'
cuyper__dns_domain: "{{ cuyper__hostname }}"
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
## NOT RECOMMENDED TO CHANGE THIS VARS
cuyper__repo: ssh://git@git.nsnm.net:222/nsnm/cupyer-hook.git
cuyper__cuyper_storage_path: "{{ cuyper__volumes_path }}/cuyper"
cuyper__cuyper_instance_path: "{{ cuyper__compose_path }}/cuyper"
cuyper__cuyper_config_path: "{{ cuyper__config_path }}/cuyper"
cuyper__gateway_hostname: portainer
cuyper__portainer_instance_path: "{{ cuyper__compose_path }}/portainer"
cuyper__portainer_storage_path: "{{ cuyper__volumes_path }}/portainer/data"
cuyper__portainer_docker_sock: /var/run/docker.sock
cuyper__portainer_url: http://{{ cuyper__gateway_hostname }}:9000
swarm_dummy_interface: swarm0
swarm_dummy_address: 10.255.0.1/32
swarm_advertise_addr: 10.255.0.1
swarm_manager_group: swarm_managers
swarm_worker_group: swarm_workers
swarm_networks:
- name: loadbalance-network
driver: overlay
attachable: true
internal: false
- name: internal_network
driver: overlay
attachable: false
internal: true