Add option to change list of standard system repositories.
Z uwagi na potrzebą blokowania wersji pakietów systemowych, oraz brak utrzymania starych wersji paczek w repozytoriach ubuntu, potrzebujemy możliwość wskazania snapshota repozytorium do wykorzystania zamiast domyślnego repozytorium.
API nowej akcji:
configure_repositories
Action Configures base system repositories (replaces default ones)
Variables
-
system_ubuntu_repository_root_url
- base URL for ubuntu repositories, added repositories:deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}_main {{ distributrion }} main
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}_restricted {{ distributrion }} restricted
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}_multiverse {{ distributrion }} multiverse
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}_universe {{ distributrion }} universe
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-updates_main {{ distributrion }}-updates main
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-updates_restricted {{ distributrion }}-updates restricted
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-updates_multiverse {{ distributrion }}-updates multiverse
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-updates_universe {{ distributrion }}-updates universe
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-backports_main {{ distributrion }}-backports main
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-backports_restricted {{ distributrion }}-backports restricted
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-backports_multivers {{ distributrion }}-backports multiverse
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-backports_universe {{ distributrion }}-backports universe
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-security_main {{ distributrion }}-security main
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-security_restricted {{ distributrion }}-security restricted
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-security_multiverse {{ distributrion }}-security multiverse
deb [trusted=yes] {{ system_ubuntu_repository_root_url }}/{{ distributrion }}-security_universe {{ distributrion }}-security universe
where:
-
distributrion
- name of system distribution