541daaa3ff
- CentOS 7, 8 - Debian 'buster' - Ubuntu 'focal', 'bionic', 'xenial' Change-Id: Iebb1062269011664411691ef8fd55219afaccd1e
41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
- hosts: localhost
|
|
roles:
|
|
- role: create-afs-token
|
|
|
|
# CentOS
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.cent7x64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.cent7a64
|
|
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.cent8x64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.cent8a64
|
|
- role: release-afs-volume
|
|
|
|
# Debian
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.busterx64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.bustera64
|
|
|
|
# Ubuntu
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.xenialx64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.xeniala64
|
|
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.bionicx64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.bionica64
|
|
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.focalx64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.focala64
|
|
|
|
# Fin
|
|
- role: destroy-afs-token
|