mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
4 lines
110 B
Bash
4 lines
110 B
Bash
#!/bin/bash
|
|
cd /var/thunix/ansible
|
|
git pull
|
|
ansible-playbook -i ./hosts site.yml -u root --limit `hostname -f` |