Skip to content

Instantly share code, notes, and snippets.

@azumakuniyuki
Created April 1, 2018 03:21
Show Gist options
  • Save azumakuniyuki/a71832c53aab39e1cfa6d85a4a5cc32e to your computer and use it in GitHub Desktop.
Save azumakuniyuki/a71832c53aab39e1cfa6d85a4a5cc32e to your computer and use it in GitHub Desktop.
- hosts: all
become: false
tasks:
- name: Download BIND
get_url:
url: "ftp://ftp.isc.org/isc/bind9/9.10.7/bind-9.10.7.tar.gz"
dest: "/tmp/bind-9.10.7.tar.gz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment