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