Skip to content

Commit

Permalink
Site Facts for hadoop configs
Browse files Browse the repository at this point in the history
  • Loading branch information
grierdavid committed Jan 25, 2017
1 parent 651f17b commit 846e431
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 92 deletions.
6 changes: 6 additions & 0 deletions get_facts.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/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)

ansible-playbook -vvv -i inventory/rax.py playbooks/get_facts.yml
Loading

0 comments on commit 846e431

Please sign in to comment.