Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
greedybro committed Apr 4, 2024
1 parent f997f00 commit c02744c
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions roles/apt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,12 @@ manala_apt_repositories:

Verbose

Note: although legacy "source" based repositories are still supported, a file ending by .sources MUST be provided

```yaml
manala_apt_repositories:
- name: jenkins
uris: http://pkg.jenkins-ci.org/debian
suites: binary/
key:
url: http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key
id: D50582E6
signed_by: http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key
- name: proxmox
uris: https://enterprise.proxmox.com/debian
suites: "{{ ansible_facts.distribution_release }}"
Expand All @@ -183,20 +179,6 @@ manala_apt_repositories:
uris: https://example.com
suites: foo/
state: ignore
# Legacy
- name: jenkins
source: deb http://pkg.jenkins-ci.org/debian binary/
key:
url: http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key
id: D50582E6
# Legacy
- name: proxmox
source: deb https://enterprise.proxmox.com/debian {{ ansible_facts.distribution_release }} pve-enterprise
state: absent
# Ignore repository (Legacy)
- name: example
source: deb https://example.com foo/
state: ignore
# Flatten repositories
- "{{ my_custom_repositories_array }}"
```
Expand Down

0 comments on commit c02744c

Please sign in to comment.