Files
ansible/roles/common/files/ansible-pull
T

6 lines
132 B
Bash
Raw Normal View History

2018-12-22 09:48:32 -05:00
#!/bin/bash
2019-03-17 09:18:35 -04:00
export ANSIBLE_LOCAL_TEMP = /tmp/.ansible
2018-12-22 09:48:32 -05:00
cd /var/thunix/ansible
git pull
ansible-playbook -i ./hosts site.yml -u root