mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
6 lines
125 B
Bash
6 lines
125 B
Bash
#!/bin/bash
|
|
ANSIBLE_LOCAL_TEMP = /tmp/.ansible
|
|
cd /var/thunix/ansible
|
|
git pull
|
|
ansible-playbook -i ./hosts site.yml -u root
|