Tok
2019-01-30 72be9c2314d95cdafad3fa05424f13685f6e365e
Fixes, ans-tower-homework --insecure for tower role, tower-cli
1 files added
24 ■■■■■ changed files
ansible/configs/ans-tower-lab/test-homework-fix.sh 24 ●●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/test-homework-fix.sh
New file
@@ -0,0 +1,24 @@
ENVTYPE=ans-tower-lab
GUID=homework
BASESUFFIX='.example.opentlc.com'
CLOUDPROVIDER=ec2
REGION=us-east-1
HOSTZONEID='Z3IHLWJZOU9SRT'
KEYNAME=ocpkey
ENVTYPE=ans-tower-lab
CLOUDPROVIDER=ec2
HOSTZONEID='Z3IHLWJZOU9SRT'
BASESUFFIX='.example.opentlc.com'
ansible-playbook main.yml                       \
      -e "guid=${GUID}"                         \
      -e "env_type=${ENVTYPE}"                  \
      -e "key_name=${KEYNAME}"                  \
      -e "subdomain_base_suffix=${BASESUFFIX}"  \
      -e "cloud_provider=${CLOUDPROVIDER}"      \
      -e "aws_region=${REGION}"                 \
      -e "HostedZoneId=${HOSTZONEID}"           \
      -e "email=name@example.com"               \
      -e "output_dir=/tmp"              \
      -e@~/secret.yml                          \
      -e "deploy_tower_homework=true"