chore: add galaxy.yml for builds
diff --git a/.gitignore b/.gitignore
index 8d52391..8b7f63a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,5 +9,4 @@
!molecule/default/group_vars/all/molecule.yml
molecule/default/host_vars/*
!molecule/default/host_vars/.gitkeep
-galaxy.yml
-*.tar.gz
\ No newline at end of file
+*.tar.gz
diff --git a/galaxy.yml b/galaxy.yml
new file mode 100644
index 0000000..8d77cc9
--- /dev/null
+++ b/galaxy.yml
@@ -0,0 +1,18 @@
+name: atmosphere
+description: Simple & easy private cloud platform featuring VMs, Kubernetes & bare-metal
+namespace: vexxhost
+readme: README.md
+version: 0.1.0
+authors:
+- Mohammed Naser <mnaser@vexxhost.com>
+build_ignore:
+- .tox
+- .vscode
+- doc
+dependencies:
+ ansible.posix: 1.3.0
+ ansible.utils: 2.5.2
+ community.crypto: 2.2.3
+ community.general: 4.5.0
+ kubernetes.core: 2.3.2
+ openstack.cloud: 1.7.0