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'