21 lines
640 B
YAML
21 lines
640 B
YAML
---
|
|
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
|