system-config/playbooks/roles/reprepro/tasks/ubuntu-cloud-archive.yaml

17 lines
482 B
YAML

- name: Set Ubuntu Cloud Archive config
set_fact:
_string_name: 'Ubuntu Cloud Archive'
_dir: 'ubuntu-cloud-archive'
_volume: 'mirror.ubuntu-cloud'
_keys:
- { key_id: '5EDB1B62EC4926EA', file: 'ubuntu-cloud-archive.asc' }
- name: Deploy Ubuntu Cloud Archive keys
include_tasks: utils/keys.yaml
- name: Copy Ubuntu Cloud Archive config
include_tasks: utils/copy-config.yaml
- name: Install Ubuntu Cloud Archive cron job
include_tasks: utils/cron.yaml