- 16 Jun, 2016 1 commit
-
-
parameters written as fully expanded YAML dictionaries
Arbab Nazar committed
-
- 15 Jun, 2016 8 commits
-
-
Fix jinja2 syntax for remove unnecessary white spaces or line breaks
Kevin Falcone committed -
WIP - rolling mongodb upgrades
Kevin Falcone committed -
Rename folders directory to folder to match docker/plays/forum.yml
MichaelRoytman committed -
Michael Roytman committed
-
Michael Roytman committed
-
Full rolling updates of a cluster
Kevin Falcone committed -
arbabnazar committed
-
smaeda-ks committed
-
- 14 Jun, 2016 11 commits
-
-
Define ALTERNATE_WORKER_QUEUES
Eric Fischer committed -
Enabling SSL for insights
Kevin Falcone committed -
Fix jinja2 syntax for remove unnecessary white spaces or line breaks …
Kevin Falcone committed -
Kevin Falcone committed
-
YAML style parameter passing
Arbab Nazar committed -
OPS-1593 As an operator, I want sudo_user converted to become user in…
Arbab Nazar committed -
Eric Fischer committed
-
smaeda-ks committed
-
OPS-1593 As an operator, I want sudo_user converted to become user in roles and plays, for compatibility with Ansible 2.x
arbabnazar committed -
OPS-1593 As an operator, I want sudo_user converted to become user in roles and plays, for compatibility with Ansible 2.x
arbabnazar committed -
OPS-1593 As an operator, I want sudo_user converted to become user in roles and plays, for compatibility with Ansible 2.x
arbabnazar committed
-
- 13 Jun, 2016 5 commits
-
-
Kevin Falcone committed
-
Quote mode strings
Kevin Falcone committed -
Ansible turned 0640 into 420 and 0750 into 488, only one of which are valid file modes. Quotes prevent it from doing so too early. Fixes d2f1595c.
Kevin Falcone committed -
SSH needs this script to be executable
Kevin Falcone committed -
During the edxapp refactor, three tasks were combined, but the modes were all squished to 0644
Kevin Falcone committed
-
- 10 Jun, 2016 2 commits
-
-
Remove cycle from server-utils
MichaelRoytman committed -
Michael Roytman committed
-
- 09 Jun, 2016 12 commits
-
-
Improve docs.
Kevin Falcone committed -
Kevin Falcone committed
-
Correct credentials URL root protocol
Renzo Lucioni committed -
OIDC doesn't work out of the box if the redirect URI uses http.
Renzo Lucioni committed -
Kevin Falcone committed
-
Newer versions have been released.
Kevin Falcone committed -
Kevin Falcone committed
-
This will connect to a cluster, find the hidden secondaries and upgrade them to the current version specified in the mongo_3_0 play. This required the creation of a new library module since our two current ones return rs.status and call replSetReconfig, but neither return rs.config, and rs.config is what tells you if a host is hidden and the priority, which are needed for this.
Kevin Falcone committed -
More cleanup from this deprecation
Kevin Falcone committed -
Kevin Falcone committed
-
http://docs.mongodb.org/manual/release-notes/3.0 SERVER-22970 Background index build produces an index with mismatched index keys and documents
Kevin Falcone committed -
This only worked by coincidence before
Kevin Falcone committed
-
- 08 Jun, 2016 1 commit
-
-
We were implicitly relying on mongo to return the list of members in their _id order, which is absurd and I have no idea how we didn't catch it previously. We could do a little list comprehension to pull out the member with the same _id, but it seemed easier to just sort both lists and retain the original intent.
Kevin Falcone committed
-