Commit f8d88c0b by stu

add security upgrade flag to te jenkins plays

parent d0d7be31
......@@ -5,6 +5,8 @@
gather_facts: True
vars:
serial_count: 1
COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true
serial: "{{ serial_count }}"
roles:
- aws
......
......@@ -10,6 +10,8 @@
COMMON_DATA_DIR: "/mnt2"
COMMON_ENABLE_DATADOG: True
COMMON_ENABLE_SPLUNKFORWARDER: True
COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true
jenkins_jvm_args: "-Djava.awt.headless=true -Xmx8192m -XX:MaxPermSize=512m"
SPLUNKFORWARDER_LOG_ITEMS:
......
......@@ -5,6 +5,8 @@
gather_facts: True
vars:
serial_count: 1
COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true
serial: "{{ serial_count }}"
roles:
- aws
......
......@@ -10,6 +10,8 @@
mongo_enable_journal: False
serial_count: 1
platform_worker: True
COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true
serial: "{{ serial_count }}"
vars_files:
- roles/edxapp/defaults/main.yml
......
......@@ -9,6 +9,8 @@
vars:
serial_count: 1
android_worker: True
COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true
serial: "{{ serial_count }}"
roles:
- aws
......
......@@ -10,6 +10,8 @@
mongo_enable_journal: False
serial_count: 1
sitespeed_worker: True
COMMON_SECURITY_UPDATES: yes
SECURITY_UPGRADE_ON_ANSIBLE: true
serial: "{{ serial_count }}"
vars_files:
- roles/edxapp/defaults/main.yml
......
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