Skip to content
Snippets Groups Projects
bootstrap.sh 236 B
Newer Older
ngyimesi's avatar
ngyimesi committed
#!/usr/bin/env bash

AUTH="bootstrapper:6cDoVsyYzzDE6fLi5MTB"

git clone \
  https://${AUTH}@git.sch.bme.hu/kszk/sysadmin/ansible/ansci.git \
  .template \
  || (cd .template && git pull)

exec .template/playbook-template/bootstrap.sh