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

6 lines
130 B
Plaintext
Raw Normal View History

2018-12-22 09:48:32 -05:00
#!/bin/bash
2023-08-26 09:19:41 -06: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