This commit is contained in:
20
meta/main.yml
Normal file
20
meta/main.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
role_name: new_hetzner
|
||||
namespace: autonomic
|
||||
author: autonomic
|
||||
description: |
|
||||
Creates and runs "bootstrapping" roles against a new Hetzner Cloud server.
|
||||
The roles that are run are: autonomic.add-users, autonomic.sshd,
|
||||
autonomic.ufw, autonomic.packages, autonomic.name and autonomic.motd. The
|
||||
new user passwords are generated and stored in the password store. If
|
||||
generating a new server, don't forget to add the details to the inventory
|
||||
listing.
|
||||
company: Autonomic
|
||||
license: GPLv3
|
||||
min_ansible_version: 2.9
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- buster
|
||||
Reference in New Issue
Block a user