- 16 Jun, 2016 1 commit
-
-
This patch modifies the postfix_queue role to add ability to configure postfix header_checks and sender_canonical_maps. The contents of header_checks file is controlled by the POSTFIX_QUEUE_HEADER_CHECKS ansible variable and sender_canonical_maps by the POSTFIX_QUEUE_SENDER_CANONICAL_MAPS variable. Both are optional and default to blank strings (empty configuration files).
Matjaz Gregoric committed
-
- 14 Jun, 2016 10 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 -
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 4 commits
-
-
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 6 commits
-
-
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 -
Newer versions have been released.
Kevin Falcone committed -
More cleanup from this deprecation
Kevin Falcone committed -
Kevin Falcone committed
-
This only worked by coincidence before
Kevin Falcone committed
-
- 08 Jun, 2016 13 commits
-
-
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 -
GOCD Integration - an inventory file is now created when an instance is launched
Brian Beggs committed -
I removed this in 9ae2caa0 so it's a no-op
Kevin Falcone committed -
Add vim configuration for devstack
Cliff Dyer committed -
Updated ansible config to increase ControlPersist (fix timeouts on long running tasks for remote hosts)
Brian Beggs committed -
delete the user home directory as well if state is absent
Arbab Nazar committed -
Brian Beggs committed
-
Adds jenkins_protocol_https variable
Feanil Patel committed -
J. Cliff Dyer committed
-
Allows JENKINS_ANALYTICS_AUTH_REALM: none
Feanil Patel committed -
Uses proxy_set_header Host $http_host
Feanil Patel committed -
YAML style parameters passing
Arbab Nazar committed -
rewrite the edxapp role
Arbab Nazar committed
-
- 07 Jun, 2016 4 commits
-
-
Improvements to django_admin.sh
Max Rothman committed -
- Echo the command to run before running (for post-mortem debugging) - Stop adding "--settings aws" to the end of every command, even when it was added to $manage earlier
Max Rothman committed -
Add another region to ec2.py
Kevin Falcone committed -
This appears to be the only way to ask it to look in multiple regions since it doesn't support AWS_REGION or --region. Alternately, we could start having independent .ini files for deploys.
Kevin Falcone committed
-