Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
8645000f
Commit
8645000f
authored
Oct 28, 2016
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simple playbook to take security updates on hosts
parent
d0d7be31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
playbooks/edx-east/apply-security.yml
+17
-0
No files found.
playbooks/edx-east/apply-security.yml
0 → 100644
View file @
8645000f
# Applies the security role to a set of inventories. Ensures that security updates
# are taken on these machines.
#
# This is useful if you have a set of deployed instances that are not periodically
# upgraded via replacement (such as your persistence layers).
#
# ansible-playbook -v -i ec2.py, apply-security.yml -limit tag_Name_Snowflake
# ansible-playbook -v -i hostname, apply-security.yml
-
name
:
Apply security updates
hosts
:
all
gather_facts
:
True
become
:
True
vars
:
SECURITY_UPGRADE_ON_ANSIBLE
:
true
roles
:
-
security
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment