summaryrefslogtreecommitdiff
path: root/ansible/debmirror.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-07-16 10:35:22 +0300
committerLars Wirzenius <liw@liw.fi>2016-07-17 11:45:17 +0300
commit4323d18d2c5ae9adc2e12be55a64bb754a010ca2 (patch)
treed97754150d691e13d0ff0172b66529f03f563e28 /ansible/debmirror.yml
parent4b70106a828ef486b356a9a1bfb500eb74693ada (diff)
downloadansibleness-4323d18d2c5ae9adc2e12be55a64bb754a010ca2.tar.gz
Add debmirror host and role
Diffstat (limited to 'ansible/debmirror.yml')
-rw-r--r--ansible/debmirror.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible/debmirror.yml b/ansible/debmirror.yml
new file mode 100644
index 0000000..581cd9b
--- /dev/null
+++ b/ansible/debmirror.yml
@@ -0,0 +1,15 @@
+- hosts: debmirror
+ remote_user: ansible
+ become: yes
+ vars:
+ hostname: debmirror
+ debian_mirror: http://ftp.fi.debian.org/debian
+ debian_mirror_src: http://ftp.fi.debian.org/debian
+ distro: jessie
+ codeliwfidistro: jessie
+ roles:
+ - code.liw.fi-using-apt
+ - sane-debian-system
+ - version-controller
+ - users
+ - debmirror