Move paths and keys to defaults
This commit is contained in:
parent
2e9d02ab52
commit
a91112fa71
|
@ -1,4 +1,11 @@
|
|||
---
|
||||
debian_main_repository: http://debian.mirror.rafal.ca/debian
|
||||
debian_security_repository: http://security.debian.org
|
||||
|
||||
debian_pvc_repository: https://repo.parallelvirtualcluster.org/debian
|
||||
debian_pvc_signing_key_path: https://repo.parallelvirtualcluster.org/debian/bonifacelabs_signing_key.pub
|
||||
debian_pvc_signing_key_id: 83D07192314835D4
|
||||
|
||||
grub_cmdline: "console=tty0 console=ttyS{{ grub.serial_console[cluster_hardware].console }},115200 plymouth.ignore-serial-consoles splash"
|
||||
grub_serial: "serial --unit={{ grub.serial_console[cluster_hardware].console }} --speed=115200"
|
||||
|
||||
|
|
|
@ -101,8 +101,8 @@
|
|||
|
||||
- name: add key for bonilan repo
|
||||
apt_key:
|
||||
url: "https://repo.bonifacelabs.net/debian/bonifacelabs_signing_key.pub"
|
||||
id: "83D07192314835D4"
|
||||
url: "{{ debian_pvc_signing_key_path }}"
|
||||
id: "{{ debian_pvc_signing_key_id }}"
|
||||
state: present
|
||||
register: apt_key
|
||||
tags: base-apt
|
||||
|
|
Loading…
Reference in New Issue