Initial commit
[ta/infra-ansible.git] / roles / bootstrap-host / templates / apt-sources.list.j2
1 # {{ ansible_managed }}
2
3 # Base repositories
4 deb {{ bootstrap_host_ubuntu_repo }} {{ ansible_distribution_release }} {{ bootstrap_host_apt_components | join(" ") }}
5 # Updates repositories
6 deb {{ bootstrap_host_ubuntu_repo }} {{ ansible_distribution_release }}-updates {{ bootstrap_host_apt_components | join(" ") }}
7 # Backports repositories
8 deb {{ bootstrap_host_ubuntu_repo }} {{ ansible_distribution_release }}-backports {{ bootstrap_host_apt_components | join(" ") }}
9 # Security repositories
10 deb {{ bootstrap_host_ubuntu_security_repo }} {{ ansible_distribution_release }}-security {{ bootstrap_host_apt_components | join(" ") }}