Skip to content
Snippets Groups Projects
Commit 2bf2676e authored by nimrod's avatar nimrod
Browse files

Add alias ansible-local to run ansible locally.

parent 71c4a00b
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ alias ansible-vagrant='ansible-playbook Ansible/vagrant.yml -s -i \
.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory \
--private-key=$HOME/.vagrant.d/insecure_private_key -u vagrant -e "state=\
dev"'
alias ansible-local='ansible localhost -c local -i localhost,'
alias backup='cat Documents/Backup\ list.yml | \
Documents/yaml2duplicity_include_list.py | duplicity --exclude $HOME \
--include-filelist-stdin $HOME file:///media/nimrod/backup'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment