Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hspaans/ansible-role-automysqlbackup
Ansible Role for AutoMySQLBackup
https://github.com/hspaans/ansible-role-automysqlbackup
ansible ansible-role backup dump mariadb mysql sql
Last synced: about 23 hours ago
JSON representation
Ansible Role for AutoMySQLBackup
- Host: GitHub
- URL: https://github.com/hspaans/ansible-role-automysqlbackup
- Owner: hspaans
- License: mit
- Created: 2020-05-01T23:30:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T01:42:25.000Z (about 1 year ago)
- Last Synced: 2025-01-31T17:17:32.303Z (5 days ago)
- Topics: ansible, ansible-role, backup, dump, mariadb, mysql, sql
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Role Name
Installs [automysqlbackup](https://sourceforge.net/projects/automysqlbackup/).
## Requirements
None.
## Role Variables
Default variables are set in `defaults/main.yml` to match the WP-CLI and role version.
## Dependencies
No dependency on other Ansible Galaxy roles.
## Platforms
The role is tested agains [LTS](https://en.wikipedia.org/wiki/Long-term_support) distribution versions with official support and fall within N and N-1.
## Example Playbook
```yaml
---
- hosts: servers
roles:
- role: hspaans.automysqlbackup
become: true
```## License
MIT
## Author Information
This role was created in 2020 by [Hans Spaans](https://github.com/hspaans).