ansible/roles/common/files/ansible-pull
2019-03-17 09:18:35 -04:00

6 lines
132 B
Bash

#!/bin/bash
export ANSIBLE_LOCAL_TEMP = /tmp/.ansible
cd /var/thunix/ansible
git pull
ansible-playbook -i ./hosts site.yml -u root