diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-06-19 21:43:50 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-08 09:03:13 +0200 |
commit | 8dd666905a660b65e79920131b676e7e9c57773e (patch) | |
tree | 57e32f15d797322d151f1a6f6231e85feea079ca /ansible/host_vars | |
parent | ddca69efe0689a566b84ce145dc52e19f64b9df2 (diff) | |
download | infra-8dd666905a660b65e79920131b676e7e9c57773e.tar.gz infra-8dd666905a660b65e79920131b676e7e9c57773e.tar.bz2 infra-8dd666905a660b65e79920131b676e7e9c57773e.tar.xz infra-8dd666905a660b65e79920131b676e7e9c57773e.zip |
o Adding docker repo.
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/numquam/apt-repos.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/host_vars/numquam/apt-repos.yml b/ansible/host_vars/numquam/apt-repos.yml new file mode 100644 index 0000000..a348f05 --- /dev/null +++ b/ansible/host_vars/numquam/apt-repos.yml @@ -0,0 +1,8 @@ +apt_repos: + docker: + url: "[arch=amd64] https://download.docker.com/linux/debian" + distro: stretch + sections: stable + key_id: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 + key_url: https://download.docker.com/linux/debian/gpg + |