|
| 1 | +# Ansible Collection - l00ptr.postgres |
| 2 | + |
| 3 | +## Description |
| 4 | +This collection provides roles to install, configure and manager your PostgreSQL infrastructure. |
| 5 | + |
| 6 | +We try to keep variable name consistent between the roles composing this collection. |
| 7 | + |
| 8 | +This collection is currently only available for Debian 9 and 10. |
| 9 | + |
| 10 | +## Tested with Ansible |
| 11 | + |
| 12 | +2.10 |
| 13 | + |
| 14 | +## Included content |
| 15 | +## Using this collection |
| 16 | + |
| 17 | +Please refer to the examples in the readmes of the role. |
| 18 | + |
| 19 | +See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. |
| 20 | + |
| 21 | +## Contributing to this collection |
| 22 | + |
| 23 | +See the [contributor guideline](CONTRIBUTING.md). |
| 24 | + |
| 25 | +## Roadmap |
| 26 | +- Add tests and CI testing |
| 27 | +- Add support for more operating systems, |
| 28 | + |
| 29 | +## More information |
| 30 | + |
| 31 | +General information: |
| 32 | + |
| 33 | +- [Ansible Collection overview](https://github.com/ansible-collections/overview) |
| 34 | +- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html) |
| 35 | +- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html) |
| 36 | +- [Ansible Collections Checklist](https://github.com/ansible-collections/overview/blob/master/collection_requirements.rst) |
| 37 | +- [Ansible Community code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) |
| 38 | +- [The Bullhorn (the Ansible Contributor newsletter)](https://us19.campaign-archive.com/home/?u=56d874e027110e35dea0e03c1&id=d6635f5420) |
| 39 | +- [Changes impacting Contributors](https://github.com/ansible-collections/overview/issues/45) |
| 40 | + |
| 41 | +## Licensing |
| 42 | +Released under MIT License |
| 43 | + |
| 44 | +Copyright (c) 2020 Julian Vanden Broeck. |
| 45 | + |
| 46 | + |
| 47 | +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), |
| 48 | +to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 49 | +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
| 50 | + |
| 51 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| 52 | + |
| 53 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 54 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 55 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 56 | + |
0 commit comments