Update install script to use a local connection
This commit is contained in:
parent
ca33ff5ac4
commit
2d72b8015d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user