Update install script to use a local connection

This commit is contained in:
Alexander Grothe 2017-03-13 14:57:05 +01:00
parent ca33ff5ac4
commit 2d72b8015d
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ apt-get update
apt-get -y install ansible python
# TODO: run ansible on local host
ansible-playbook yavdr07.yml -b -i 'localhost,'
ansible-playbook yavdr07.yml -b -i 'localhost,' --connection=local
#+END_SRC
* Playbooks
** yavdr07.yml

View File

@ -13,4 +13,4 @@ apt-get update
apt-get -y install ansible python
# TODO: run ansible on local host
ansible-playbook yavdr07.yml -b -i 'localhost,'
ansible-playbook yavdr07.yml -b -i 'localhost,' --connection=local