Commit 951182dc by Ubuntu

added users to app servers

parent e81a8204
#- hosts: ~tag_Name_app(1|2)_carn #- hosts: ~tag_Name_app(1|2)_carn
#- hosts: ~tag_Name_app1_carn - hosts: ~tag_Name_app1_carn
- hosts: ~tag_Name_app2_carn #- hosts: ~tag_Name_app2_carn
#- hosts: ~tag_Name_app1_carn_test #- hosts: ~tag_Name_app1_carn_test
sudo: True sudo: True
vars_prompt: vars_prompt:
......
...@@ -37,31 +37,31 @@ ...@@ -37,31 +37,31 @@
tags: celery tags: celery
- role: nginx - role: nginx
nginx_sites: nginx_sites:
# - xqueue - xqueue
- basic-auth - basic-auth
tags: nginx tags: nginx
#- role: xqueue - role: xqueue
# xqueue_create_db: "no" xqueue_create_db: "no"
# xqueue_create_users: false xqueue_create_users: false
# tags: xqueue tags: xqueue
- datadog - datadog
#- name: Deploy certs only to first util machine - name: Deploy certs only to first util machine
# hosts: ~tag_Name_util(1)_carn hosts: ~tag_Name_util(1)_carn
# sudo: True sudo: True
# gather_facts: True gather_facts: True
# vars: vars:
# secure_dir: '../../../configuration-secure/ansible' secure_dir: '../../../configuration-secure/ansible'
# local_dir: "{{secure_dir}}/local" local_dir: "{{secure_dir}}/local"
# migrate_db: "no" migrate_db: "no"
# vars_files: vars_files:
# - "roles/common/defaults/main.yml" - "roles/common/defaults/main.yml"
# - "roles/supervisor/defaults/main.yml" - "roles/supervisor/defaults/main.yml"
# - "{{ secure_dir }}/vars/edxapp_carnegie_vars.yml" - "{{ secure_dir }}/vars/edxapp_carnegie_vars.yml"
# - "{{ secure_dir }}/vars/certs_carn_vars.yml" - "{{ secure_dir }}/vars/certs_carn_vars.yml"
# roles: roles:
# - role: certs - role: certs
# tags: certs tags: certs
## run the certificate agent on the first util machine only ## run the certificate agent on the first util machine only
#- hosts: ~tag_Name_util10_carn #- hosts: ~tag_Name_util10_carn
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#- hosts: tag_environment_prod:&tag_function_webserver #- hosts: tag_environment_prod:&tag_function_webserver
# or we can get subsets of them by name # or we can get subsets of them by name
#- hosts: ~tag_Name_app(1|2)_cme #- hosts: ~tag_Name_app(1|2)_cme
#- hosts: ~tag_Name_app1_cme - hosts: ~tag_Name_app1_cme
#- hosts: ~tag_Name_app2_cme #- hosts: ~tag_Name_app2_cme
- hosts: ~tag_Name_app(1|2)_cme #- hosts: ~tag_Name_app(1|2)_cme
sudo: True sudo: True
vars_prompt: vars_prompt:
- name: "migrate_db" - name: "migrate_db"
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
#- hosts: tag_environment_prod:&tag_function_webserver #- hosts: tag_environment_prod:&tag_function_webserver
# or we can get subsets of them by name # or we can get subsets of them by name
#- hosts: ~tag_Name_app1_prod #- hosts: ~tag_Name_app1_prod
- hosts: ~tag_Name_app2_prod #- hosts: ~tag_Name_app2_prod
## this is the test box ## this is the test box
#- hosts: ~tag_Name_app4_prod - hosts: ~tag_Name_app4_prod
#- hosts: ~tag_Name_app(4|1|2)_prod #- hosts: ~tag_Name_app(4|1|2)_prod
## you can also do security group, but don't do that ## you can also do security group, but don't do that
#- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB #- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB
......
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