diff --git a/hosts b/hosts index ccc5813..96b4e71 100644 --- a/hosts +++ b/hosts @@ -1,8 +1,12 @@ +[all:vars] +ansible_connection=local +ansible_python_interpreter=/usr/bin/python3 + [common] -thunix.net ansible_connection=local +thunix.net [shell] -thunix.net ansible_connection=local +thunix.net [webserver] -thunix.net ansible_connection=local +thunix.net