mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 15:45:57 +01:00
8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
APB3="`which python3` `which ansible-playbook`"
|
|
WORKDIR=$PWD
|
|
|
|
cd ../..
|
|
$APB3 -vvv -i $WORKDIR/inventory.txt playbooks/scaleup.yml
|