source: main/trunk/greenstone3/src/ansible-playbooks/01-RUN-ANSIBLE-BASE-INSTALL.sh@ 38659

Last change on this file since 38659 was 38653, checked in by davidb, 5 months ago

Changes after testing on Redhat 8

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