system-config/playbooks/roles/reprepro/tasks/ubuntu.yaml
Ian Wienand 2ff0843b9e reprepro: deploy Ubuntu keys
I missed these in the original port.  For some reason we are
installing these directly from upstream keyservers in the puppet,
rather than from files like everything else.

Change-Id: Ie1fa956b96f3e6d091b3ffcaab5e0be370da8fc7
2020-10-28 11:29:26 +11:00

18 lines
442 B
YAML

- name: Set Debian config
set_fact:
_string_name: 'Ubuntu'
_dir: 'ubuntu'
_volume: 'mirror.ubuntu'
_keys:
- { key_id: '40976EAF437D05B5', file: 'ubuntu.asc' }
- { key_id: '3B4FE6ACC0B21F32', file: 'ubuntu-2012.asc' }
- name: Deploy Ubuntu Keys
include_tasks: utils/keys.yaml
- name: Copy Ubuntu config
include_tasks: utils/copy-config.yaml
- name: Install Ubuntu cron job
include_tasks: utils/cron.yaml