ansible/runpb.sh

5 lines
111 B
Bash
Raw Normal View History

2018-06-13 14:26:09 +02:00
#!/bin/bash
export ANSIBLE_NOCOWS=1
test -e ./ansible.log && rm ./ansible.log
ansible-playbook site.yml --diff