divers: inst-depl, gsbboot,
This commit is contained in:
11
pull-config
11
pull-config
@@ -3,19 +3,14 @@
|
||||
if [ -z ${UREP+x} ]; then
|
||||
UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2021.git
|
||||
fi
|
||||
REPO=$(basename ${UREP})
|
||||
|
||||
dir=/root/tools/ansible
|
||||
host=depl
|
||||
hostf=$host.sio.lan
|
||||
|
||||
[ -e ${dir} ] || mkdir -p ${dir}
|
||||
[ -e "${dir}" ] || mkdir -p "${dir}"
|
||||
|
||||
#grep $hostf /etc/hosts > /dev/null || echo "10.121.38.10 $hostf $host" >> /etc/hosts
|
||||
|
||||
cd ${dir}
|
||||
cd "${dir}" || exit 1
|
||||
|
||||
hostname > hosts
|
||||
ansible-pull -i ${dir}/hosts -U "${UREP}"
|
||||
ansible-pull -i "${dir}/hosts" -U "${UREP}"
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user