You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Randomize Tor's ORPort and obfs4 port if Tor is enabled.
- import_playbook: tor-setup.yml
- name: Provision the Rackspace Server
# ====================================
hosts: localhost
connection: local
gather_facts: yes
vars:
regions:
"1": "ORD"
"2": "DFW"
"3": "HKG"
"4": "IAD"
"5": "SYD"
vars_prompt:
- name: "rackspace_region"
prompt: >
What region should the server be located in?
1. Chicago
2. Dallas
3. Hong Kong
4. Northern Virginia
5. Sydney
Please choose the number of your region. Press enter for default (#1) region.
default: "1"
private: no
- name: "rackspace_server_name"
prompt: "\nWhat should the server be named? Press enter for default (streisand).\n"
private: no
default: "streisand"
- name: "rackspace_username"
prompt: "\nWhat is your Rackspace username?\n"
private: no
- name: "rackspace_api_key"
prompt: "\n\nThe following information can be found in the Rackspace Cloud Control Panel.\nhttps://mycloud.rackspace.com/\n\nWhat is your Rackspace API key?\n"
private: no
- name: "confirmation"
prompt: "\nStreisand will now set up your server. This process usually takes around ten minutes. Press Enter to begin setup...\n"