Skip to content
Snippets Groups Projects
bootstrap.sh 236 B
Newer Older
  • Learn to ignore specific revisions
  • 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