linking playbooks to customer directory
This commit is contained in:
parent
fefc1f228c
commit
9ba1918d3a
@ -18,6 +18,8 @@ copy_template ./ansible.cfg.template ./ansible.cfg
|
|||||||
mkdir -p ./.ssh/
|
mkdir -p ./.ssh/
|
||||||
ssh-keygen -t rsa -b 2048 -f ./.ssh/id_rsa
|
ssh-keygen -t rsa -b 2048 -f ./.ssh/id_rsa
|
||||||
|
|
||||||
|
ln -s $(realpath ../../playbooks) ./
|
||||||
|
|
||||||
vagrant up
|
vagrant up
|
||||||
ansible all -m ping
|
ansible all -m ping
|
||||||
ansible-playbook --ask-become-pass ./../../playbooks/install_nginx.yml
|
ansible-playbook --ask-become-pass ./../../playbooks/install_nginx.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user