Created
April 1, 2018 03:21
-
-
Save azumakuniyuki/a71832c53aab39e1cfa6d85a4a5cc32e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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