Skip to content

Commit

Permalink
initial k8s commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grierdavid committed Nov 26, 2019
1 parent 02840fb commit ce9c017
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kube_rax.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

export RAX_CREDS_FILE=$(grep rax_credentials_file playbooks/group_vars/all|cut -d"'" -f2)
export RAX_REGION=$(grep rax_region playbooks/group_vars/all|cut -d"'" -f2)
VARS="${VARS} ANSIBLE_SCP_IF_SSH=y ANSIBLE_HOST_KEY_CHECKING=False"

export $VARS
ansible-playbook -f 20 -vvv -i inventory/rax.py playbooks/kube.yml

0 comments on commit ce9c017

Please sign in to comment.