Skip to content
Snippets Groups Projects
main.yml 1001 B
Newer Older
# Do not configure any repository and use local repository
offline_mode: false
# Prefix of the debian repositories, with the protocol (example: "http://"). Used when the apt-cacher-ng of the Nudgis Manager proxifies the debian repositories.
repos_debian_prefix: "http://"

# Token used in the UbiCast debian repository URL
repos_ubicast_packages_token: "XXXX-XXXX-XXXX-XXXX-XXXX"
# Domain of the UbiCast debian packages repository URL
repos_ubicast_packages_domain: "manager.example.com"

# Check the UbiCast apt repository SSL certificate (if "true" the repository is trusted and there is no verification)
repos_ubicast_trusted: false

# Domain to use for the Debian repositories
repos_debian_packages_domain: "deb.debian.org"

# Domain to use for the Debian security repositories
repos_debian_security_packages_domain: "security.debian.org"
# Check the Debian apt repository SSL certificate (if "true" the repository is trusted and there is no verification)
repos_debian_trusted: false