Files
ansible/roles/common/files/ansible-pull
2018-12-22 12:52:31 -05:00

4 lines
110 B
Bash

#!/bin/bash
cd /var/thunix/ansible
git pull
ansible-playbook -i ./hosts site.yml -u root --limit `hostname -f`