Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.43 KB

hetzner logo

Ansible Role: Hetzner

Build Status License Ansible Role GitHub tag Twitter URL

Role will partition disks and install Ubuntu 16.04 (default) or CentOS7

⚠️ IMPORTANT NOTICE

THIS PROJECT IS ABANDONED. WE DO NOT ACCEPT ANY NEW ISSUES AND/OR PULL REQUESTS.

Disclaimer

Automated tests aren't possible

Requirements

Server in rescue mode.

Example usage

Use it in a playbook as follows:

- hosts: all
  become: true
  roles:
    - SoInteractive.hetzner

Have a look at the defaults/main.yml for role variables that can be overridden.