Merge branch 'master' of https://github.com/yavdr/yavdr-ansible
This commit is contained in:
commit
4b7ead99b2
@ -11,5 +11,5 @@ sudo apt-get dist-upgrade
|
|||||||
sudo apt-get install ansible git
|
sudo apt-get install ansible git
|
||||||
git clone https://github.com/yavdr/yavdr-ansible
|
git clone https://github.com/yavdr/yavdr-ansible
|
||||||
cd yavdr-ansible
|
cd yavdr-ansible
|
||||||
ansible-playbook yavdr07.yml -c local -K -i hosts
|
ansible-playbook yavdr07.yml -c local -K -i localhost_inventory
|
||||||
```
|
```
|
||||||
|
@ -11,3 +11,5 @@ add-apt-repository -y ppa:ansible/ansible
|
|||||||
apt-get update
|
apt-get update
|
||||||
# install required packages
|
# install required packages
|
||||||
apt-get -y install ansible python
|
apt-get -y install ansible python
|
||||||
|
|
||||||
|
# TODO: run ansible on local host
|
||||||
|
Loading…
Reference in New Issue
Block a user