Commit a2570f1f by Feanil Patel

Remove the 'm' from all DNS names and examples.

parent 368b717b
# Creates a single user on a server # Creates a single user on a server
# By default no super-user privileges # By default no super-user privileges
# Example: ansible-playbook -i "jarv.m.sandbox.edx.org," ./create_user.yml -e "user=jarv" # Example: ansible-playbook -i "jarv.sandbox.edx.org," ./create_user.yml -e "user=jarv"
# Create a user with sudo privileges # Create a user with sudo privileges
# Example: ansible-playbook -i "jarv.m.sandbox.edx.org," ./create_user.yml -e "user=jarv" -e "give_sudo=true" # Example: ansible-playbook -i "jarv.sandbox.edx.org," ./create_user.yml -e "user=jarv" -e "give_sudo=true"
- name: Create a single user - name: Create a single user
hosts: all hosts: all
sudo: True sudo: True
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
owner: temp owner: temp
root_ebs_size: 50 root_ebs_size: 50
dns_name: temp dns_name: temp
dns_zone: m.sandbox.edx.org dns_zone: sandbox.edx.org
name_tag: sandbox-temp name_tag: sandbox-temp
elb: false elb: false
vpc_subnet_id: subnet-cd867aba vpc_subnet_id: subnet-cd867aba
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
# Example play: # Example play:
# #
# # To run: ansible-playbook locust.yml -i "locustmaster.m.sandbox.edx.org," -e "LOCUST_LOADTEST_DIR='locust/lms'" -e "LOCUST_TARGET_HOST='https://courses-loadtest.edx.org'" -e "@/Users/derf/workspace/sandbox-secure/ansible/vars/developer-sandbox.yml" # # To run: ansible-playbook locust.yml -i "locustmaster.sandbox.edx.org," -e "LOCUST_LOADTEST_DIR='locust/lms'" -e "LOCUST_TARGET_HOST='https://courses-loadtest.edx.org'" -e "@/Users/derf/workspace/sandbox-secure/ansible/vars/developer-sandbox.yml"
# - name: Deploy Locust # - name: Deploy Locust
# hosts: all # hosts: all
# sudo: True # sudo: True
......
...@@ -34,7 +34,7 @@ if [[ ! -f $BOTO_CONFIG ]]; then ...@@ -34,7 +34,7 @@ if [[ ! -f $BOTO_CONFIG ]]; then
fi fi
if [[ -z $sandbox_to_update ]]; then if [[ -z $sandbox_to_update ]]; then
sandbox_to_update="${BUILD_USER_ID}.m.sandbox.edx.org" sandbox_to_update="${BUILD_USER_ID}.sandbox.edx.org"
fi fi
cd $WORKSPACE/configuration/playbooks/edx-east cd $WORKSPACE/configuration/playbooks/edx-east
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment