Init.
This commit is contained in:
5
defaults/debian.yml
Normal file
5
defaults/debian.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
backports_uri: https://deb.debian.org/debian
|
||||
backports_components: "{{ backports_distribution }}-backports main contrib non-free"
|
||||
backports_additional_packages:
|
||||
- apt-transport-https
|
||||
10
defaults/main.yml
Normal file
10
defaults/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
state: "{{ _state | default('absent') }}"
|
||||
backports_distribution: "{{ ansible_distribution_release }}"
|
||||
backports_priority_enabled: false
|
||||
backports_priority: 100
|
||||
backports_state: 'present'
|
||||
# A string for example http://deb.debian.org/debian
|
||||
backports_uri: ""
|
||||
# Components in a string such as "{{ backports_distribution }}-backports main restricted universe multiverse"
|
||||
backports_components: ""
|
||||
4
defaults/ubuntu.yml
Normal file
4
defaults/ubuntu.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
backports_uri: http://archive.ubuntu.com/ubuntu
|
||||
backports_components: "{{ backports_distribution }}-backports main restricted universe multiverse"
|
||||
backports_additional_packages: []
|
||||
Reference in New Issue
Block a user