diff --git a/roles/bootstrap/meta/main.yml b/roles/bootstrap/meta/main.yml new file mode 100644 index 0000000000000000000000000000000000000000..584a3b6e8cabe3b1ba96fef14cbceb5dbf3aecd3 --- /dev/null +++ b/roles/bootstrap/meta/main.yml @@ -0,0 +1,12 @@ +--- + +galaxy_info: + author: Branko Majic + description: Performs basic bootstrap of server for use with Ansible + license: BSD + min_ansible_version: 2.9 + platforms: + - name: Debian + versions: + - 8 + - 9