Files @ 49af212543b0
Branch filter:

Location: majic-ansible-roles/roles/common/defaults/main.yml

branko
MAR-192: Switch to using NTP pools instead of servers:

- This is the recommended configuration by NTPsec, and also default on
Debian. Previuosly suggested values for servers have been pool
addresses in any case.
---

enable_backup: false
common_packages: []
os_users: []
os_groups: []
ca_certificates: {}
incoming_connection_limit: 3/second
incoming_connection_limit_burst: 9
prompt_colour: none
prompt_id: null
extra_backup_patterns:
  - "/root"
  - "/home"
pip_check_requirements_in:
  - pip
  - pip-tools
  - setuptools
  - wheel
pip_check_requirements:
  - build==1.0.3
  - click==8.1.7
  - importlib-metadata==6.7.0
  - packaging==23.2
  - pip-tools==6.14.0
  - pip==23.1.2
  - pyproject-hooks==1.0.0
  - setuptools==68.0.0
  - tomli==2.0.1
  - typing-extensions==4.7.1
  - wheel==0.41.3
  - zipp==3.15.0
ntp_pools: []
maintenance: false
maintenance_allowed_sources: []

# Internal use only.
prompt_colour_mapping:
  black: "0;30"
  red: "0;31"
  green: "0;32"
  brown: "0;33"
  blue: "0;34"
  purple: "0;35"
  cyan: "0;36"
  light_gray: "0;37"
  dark_gray: "1;30"
  light_red: "1;31"
  light_green: "1;32"
  yellow: "1;33"
  light_blue: "1;34"
  light_purple: "1;35"
  light_cyan: "1;36"
  white: "1;37"
  none: "0"