Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (35 loc) · 1.94 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.94 KB

Ansible Role: proxmox

Build Status license Ansible Galaxy Ansible Role

Description

This is a role with which it is possible to configure Proxmox VE.

Installation

ansible-galaxy install sbaerlocher.proxmox

Requirements

None

Role Variables

Variable Default Comments (type)
proxmox_pveproxy_allow_from ["127.0.0.1"]
proxmox_pveproxy_cipers ["ECDHE-ECDSA-AES256-GCM-SHA384","ECDHE-RSA-AES256-GCM-SHA384","ECDHE-ECDSA-CHACHA20-POLY1305","ECDHE-RSA-CHACHA20-POLY1305","ECDHE-ECDSA-AES128-GCM-SHA256","ECDHE-RSA-AES128-GCM-SHA256","ECDHE-ECDSA-AES256-SHA384","ECDHE-RSA-AES256-SHA384","ECDHE-ECDSA-AES128-SHA256","ECDHE-RSA-AES128-SHA256"]
proxmox_pveproxy_deny_from 'all'
proxmox_pveproxy_policy 'allow'
proxmox_pve_iso {"name": "ubuntu-server-18.04.1.0-x64","url": "http://releases.ubuntu.com/18.04.1.0/ubuntu-18.04.1.0-live-server-amd64.iso","state": "present"}

Dependencies

None

Example Playbook

- hosts: all
  roles:
     - sbaerlocher.proxmox

Changelog

1.0.0

  • inital commit

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2019, Simon Bärlocher