Skip to content

SoInteractive/ansible-hetzner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.