diff options
Diffstat (limited to 'ansible/host_vars/numquam')
-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 + |