Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added playbooks/.DS_Store
Binary file not shown.
Binary file added playbooks/dbaas-ansible-collection/.DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions playbooks/dbaas-ansible-collection/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/usr/bin/python3"
}
6 changes: 6 additions & 0 deletions playbooks/dbaas-ansible-collection/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This should be updated by antsibull-changelog. Do not edit this manually!

See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for
information on how to use antsibull-changelog.

Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there.
3 changes: 3 additions & 0 deletions playbooks/dbaas-ansible-collection/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Community Code of Conduct

Please see the official [Ansible Community Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
3 changes: 3 additions & 0 deletions playbooks/dbaas-ansible-collection/CONTRIBUTING
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing

Refer to the [Ansible community guide](https://docs.ansible.com/ansible/devel/community/index.html).
Loading