summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts/filter_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4211 from dmsimard/github_teamsOpenShift Bot2017-05-191-1/+2
|\ | | | | Merged by openshift-bot
| * Add teams attribute to github identity providerDavid Moreau-Simard2017-05-161-1/+2
| | | | | | | | | | | | | | | | | | GitHubIdentityProvider provides the ability to authenticate against GitHub organization teams [1]. This adds the attribute as optional so that users do not get the error "provider GitHubIdentityProvider contains unknown keys teams". [1]: https://docs.openshift.com/container-platform/3.5/install_config/configuring_authentication.html#GitHub
* | Merge pull request #3914 from rikkuness/yaml_newlineOpenShift Bot2017-05-181-0/+1
|\ \ | |/ |/| Merged by openshift-bot
| * Prevent line wrap in yaml dump of IDP, fixes #3912Darrian2017-04-121-0/+1
| |
* | Remove vim configuration from Python filesRodolfo Carvalho2017-05-091-1/+0
|/ | | | | | | In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
* Support unicode output when dumping yamlRussell Teague2017-04-031-7/+10
|
* Use ansible.compat.six where possibleJason DeTiberus2017-03-091-1/+5
|
* Add ca-bundle.crt to list of certs to synchronize.Andrew Butcher2017-02-281-1/+1
|
* Ansible Lint cleanup and making filter/lookup plugins used by ↵Jason DeTiberus2017-02-142-0/+579
openshift_master_facts available within the role