linking playbooks to customer directory

This commit is contained in:
strNophix 2022-02-23 15:48:57 +01:00
parent fefc1f228c
commit 9ba1918d3a

View File

@ -18,6 +18,8 @@ copy_template ./ansible.cfg.template ./ansible.cfg
mkdir -p ./.ssh/
ssh-keygen -t rsa -b 2048 -f ./.ssh/id_rsa
ln -s $(realpath ../../playbooks) ./
vagrant up
ansible all -m ping
ansible-playbook --ask-become-pass ./../../playbooks/install_nginx.yml