You've already forked ansible-role-automysqlbackup
feat: Beginning project ⚡
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
%role_name%
|
automysqlbackup
|
||||||
=========
|
=========
|
||||||
|
|
||||||
%role_description%
|
Install and configure AutoMySQLBackup with ansible.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
@@ -34,6 +34,6 @@ BSD
|
|||||||
|
|
||||||
Author Information
|
Author Information
|
||||||
------------------
|
------------------
|
||||||
%author_name%
|
Aaron Guise
|
||||||
|
|
||||||
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
|
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: %author_name%
|
author: Aaron Guise
|
||||||
role_name: %role_name%
|
role_name: automysqlbackup
|
||||||
description: %role_description%
|
description: Install and configure AutoMySQLBackup with ansible.
|
||||||
company: %company_name%
|
company: Cybercinch Solutions
|
||||||
namespace: %namespace%
|
namespace: cybercinch
|
||||||
|
|
||||||
# If the issue tracker for your role is not on github, uncomment the
|
# If the issue tracker for your role is not on github, uncomment the
|
||||||
# next line and provide a value
|
# next line and provide a value
|
||||||
@@ -16,9 +16,9 @@ galaxy_info:
|
|||||||
# - GPL-3.0-only
|
# - GPL-3.0-only
|
||||||
# - Apache-2.0
|
# - Apache-2.0
|
||||||
# - CC-BY-4.0
|
# - CC-BY-4.0
|
||||||
license: license (GPL-2.0-or-later, MIT, etc)
|
license: MIT
|
||||||
|
|
||||||
min_ansible_version: 2.1
|
min_ansible_version: "2.1"
|
||||||
|
|
||||||
# If this a Container Enabled role, provide the minimum Ansible Container version.
|
# If this a Container Enabled role, provide the minimum Ansible Container version.
|
||||||
# min_ansible_container_version:
|
# min_ansible_container_version:
|
||||||
|
|||||||
Reference in New Issue
Block a user