add noveria repository
This commit is contained in:
parent
0992b4e546
commit
aa45883690
2 changed files with 15 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
- import_playbook: user.ansible.yml
|
||||
- import_playbook: shell.ansible.yml
|
||||
- import_playbook: ansible.ansible.yml
|
||||
|
||||
- import_playbook: repositories.ansible.yml
|
||||
|
|
14
system/repositories.ansible.yml
Normal file
14
system/repositories.ansible.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Add noveria repository
|
||||
lineinfile:
|
||||
state: present
|
||||
path: "/etc/apk/repositories"
|
||||
insertafter: EOF
|
||||
line: https://alpine.noveria.org/v3.20/noveria
|
||||
- name: Get noveria repo pubkey
|
||||
get_url:
|
||||
url: "https://alpine.noveria.org/alpine@noveria.org.pub"
|
||||
dest: /etc/apk/keys
|
||||
owner: root
|
||||
group: root
|
Loading…
Reference in a new issue