This is a role with which it is possible to configure Proxmox VE.
ansible-galaxy install sbaerlocher.proxmox
None
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"} |
None
- hosts: all
roles:
- sbaerlocher.proxmox
- inital commit
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2019, Simon Bärlocher