Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aplatform64/database
Ansible Roles for automating database tools provisioning
https://github.com/aplatform64/database
ansible-role
Last synced: 6 days ago
JSON representation
Ansible Roles for automating database tools provisioning
- Host: GitHub
- URL: https://github.com/aplatform64/database
- Owner: aplatform64
- License: apache-2.0
- Created: 2022-03-07T21:05:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T00:18:25.000Z (12 months ago)
- Last Synced: 2023-11-27T01:27:56.248Z (12 months ago)
- Topics: ansible-role
- Homepage: https://github.com/serdigital64/aplatform64
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ansible Collection: serdigital64.database
## About
Ansible Roles for automating database tools provisioning..
This collection is part of the [A:Platform64](https://github.com/aplatform64/aplatform64) project for automated infrastructure-as-code management.
## Content
| role | purpose |
| ----------------------------------------------------------------------------------------------- | ---------------------------------------- |
| [db_mariadb_client](https://aplatform64.readthedocs.io/en/latest/roles/db_mariadb_client) | Manage provisioning of MariaDB client |
| [db_mariadb_server](https://aplatform64.readthedocs.io/en/latest/roles/db_mariadb_server) | Manage provisioning of MariaDB server |
| [db_mysql_client](https://aplatform64.readthedocs.io/en/latest/roles/db_mysql_client) | Manage provisioning of MySQL client |
| [db_mysql_server](https://aplatform64.readthedocs.io/en/latest/roles/db_mysql_server) | Manage provisioning of MySQL server |
| [db_postgresql_client](https://aplatform64.readthedocs.io/en/latest/roles/db_postgresql_client) | Manage provisioning of PostgreSQL client |
| [db_postgresql_server](https://aplatform64.readthedocs.io/en/latest/roles/db_postgresql_server) | Manage provisioning of PostgreSQL server |## Deployment
### Dependencies
- Ansible Collections:
- serdigital64.backup
- serdigital64.system### Installation Procedure
Manually install Ansible Collections from the Ansible Galaxy repository:
```shell
ansible-galaxy collection install --upgrade serdigital64.database
```Automatic installation is also available by deploying [A:Platform64](https://aplatform64.readthedocs.io/en/latest/#deployment)
## Contributing
Help on implementing new features and maintaining the code base is welcomed.
Please see the [guidelines](https://aplatform64.readthedocs.io/en/latest/CONTRIBUTING) for further details.
## Author
- [SerDigital64](https://serdigital64.github.io/)
## License
[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)