diff --git a/README.md b/README.md index 573db9a..5429f04 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ sudo apt-get dist-upgrade sudo apt-get install ansible git git clone https://github.com/yavdr/yavdr-ansible cd yavdr-ansible -ansible-playbook yavdr07.yml -c local -K -i hosts +ansible-playbook yavdr07.yml -c local -K -i localhost_inventory ``` diff --git a/install-yavdr.sh b/install-yavdr.sh index e42a422..6468ea6 100644 --- a/install-yavdr.sh +++ b/install-yavdr.sh @@ -11,3 +11,5 @@ add-apt-repository -y ppa:ansible/ansible apt-get update # install required packages apt-get -y install ansible python + +# TODO: run ansible on local host