From 6d2e6bfebc38fcbcf21822a229818170995d0ae4 Mon Sep 17 00:00:00 2001 From: Murat Aybars <39916128+aybarsm@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:15:55 +0100 Subject: [PATCH] Initial commit --- .gitignore | 31 +++++++++++++++++++++++++++++++ galaxy.yml | 15 +++++++++++++++ meta/runtime.yml | 2 ++ 3 files changed, 48 insertions(+) create mode 100644 .gitignore create mode 100644 galaxy.yml create mode 100644 meta/runtime.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f03c0a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +*.bak* +*.bak*/ +.vscode/ +.idea/ + +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..563e519 --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,15 @@ +--- +namespace: aybarsm +name: CHANGE_ME +version: 0.0.1 +readme: README.md +authors: + - Murat Aybars (https://aybarsm.com) +description: Ansible collection that... +license_file: LICENSE +tags: [] +dependencies: {} +repository: https://github.com/aybarsm/CHANGE_ME +documentation: https://github.com/aybarsm/CHANGE_ME +homepage: https://github.com/aybarsm/CHANGE_ME +issues: https://github.com/aybarsm/CHANGE_ME/issues diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..be99ccf --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,2 @@ +--- +requires_ansible: '>=2.14.0'