Commit 86017f95 by Kevin Falcone

Quiet an ansible deprecation warnings

[DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and
make sure become_method is 'sudo' (default).
This feature will be removed in a
future release. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
parent 43e60dc9
- name: Deploy Analytics API - name: Deploy Analytics API
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy autom - name: Deploy autom
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
roles: roles:
- common_vars - common_vars
......
- name: Deploy Credentials - name: Deploy Credentials
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy Discovery - name: Deploy Discovery
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: build a VM with docker-tools - name: build a VM with docker-tools
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
roles: roles:
- docker - docker
......
- name: Deploy ecommerce - name: Deploy ecommerce
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy ecommerce worker - name: Deploy ecommerce worker
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy edxapp - name: Deploy edxapp
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy forum - name: Deploy forum
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy Harstorage - name: Deploy Harstorage
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
roles: roles:
- docker - docker
......
- name: Deploy Insights - name: Deploy Insights
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy the analytics jenkins - name: Deploy the analytics jenkins
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy the tools jenkins - name: Deploy the tools jenkins
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy MySQL 5.6 - name: Deploy MySQL 5.6
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
roles: roles:
- common_vars - common_vars
......
- name: Deploy nginx - name: Deploy nginx
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy Notes - name: Deploy Notes
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy rabbitmq - name: Deploy rabbitmq
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy xqueue - name: Deploy xqueue
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
roles: roles:
- common_vars - common_vars
......
- name: Deploy xqwatcher - name: Deploy xqwatcher
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
roles: roles:
- docker - docker
......
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