1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/docker-image/defaults/main.yml
Santiago Torres 3fd6d2f69b ENH: docker-image: define tag and remote vars
The current setup used to use the tagname and the remote names as
hardcoded strings in the main task. I moved them to the role's
variables. I also removed the permission task, and used the become
feature to simplify the task definition.
2018-08-07 18:03:56 +02:00

9 lines
280 B
YAML

---
docker_image_user: 'docker-image'
docker_image_home: '/srv/docker-image'
docker_image_git_dir: '/srv/docker-image/archlinux-docker'
docker_image_git_remote: 'https://github.com/archlinux/archlinux-docker.git'
docker_image_git_tag: 'v1.0'
docker_image_time: '*-*-05 00:00:00'