Use ansible galaxy to install docker

This commit is contained in:
Jake Howard
2020-03-02 19:37:11 +00:00
parent 1af9fd508f
commit 85f6f59970
6 changed files with 15 additions and 21 deletions

View File

@ -2,6 +2,7 @@
nocows = 1
host_key_checking = False
retry_files_enabled = False
roles_path = $PWD/galaxy_roles:$PWD/roles
inventory = ./hosts
become_ask_pass = True