source: main/trunk/greenstone3/src/ansible-playbooks/01-RUN-ANSIBLExtra-INTERMUSE-INSTALL.sh

Last change on this file was 38657, checked in by davidb, 4 months ago

Some initial work on ansible scripting the InterMusE installation

  • Property svn:executable set to *
File size: 157 bytes
Line 
1#!/bin/bash
2
3. ./_local_config.bash
4
5
6ansible-playbook -l localhost -u $localhost_username \
7 $ap_extra_args $@ \
8 intermuse-installation-playbook.yml
Note: See TracBrowser for help on using the repository browser.