Browse Source

Changed update-and-apply-ansible.sh to clone into /root/git instead of /root/ansible

master
Maarten 5 months ago
parent
commit
b621c496d1
  1. 3
      usr.local.sbin/update-and-apply-ansible.sh

3
usr.local.sbin/update-and-apply-ansible.sh

@ -7,7 +7,8 @@ set -u
## -- path to the Ansible dirs
#ANSBASE=/var/lib/ansible/
ANSBASE="/root/ansible"
#ANSBASE="/root/ansible"
ANSBASE="/root/git"
REPO="ansible-fmb"
## -- node set to the first parameter passed
NODE=${1:-"ts-el9.local"}

Loading…
Cancel
Save