Skip to content
Snippets Groups Projects
Select Git revision
  • 6f08d540b32c6df147b3b05f754ad8c24a095665
  • master default protected
  • 7
  • 7.3
  • 7.3.1
  • 7.3.0
  • 7.2
  • 7.2.1
  • 7.2.0
  • 7.1
  • 7.1.1
  • 7.1.0
  • 7.0
  • 7.0.0
  • 6
  • 6.5
  • 6.5.0
  • 6.4
  • 6.4.0
  • 6.3
  • 6.3.0
  • 6.2
22 results

bumpversion.sh

Blame
  • 02_hosts_from_inventory.sh 205 B
    #!/bin/bash
    set -e
    
    # check if docker-compose is available if it is installed exist
    echo Provisioning ansible...
    
    SCRIPT_DIR=$(dirname "$0")
    cd $SCRIPT_DIR
    
    ansible-playbook hosts_from_inventory/site.yaml