Skip to content

Commit bbc1e1f

Browse files
authored
Merge pull request #241 from lae/develop
Release 1.8.1
2 parents 5dc0830 + bfc9f1d commit bbc1e1f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
lae.proxmox
44
===========
55

6-
Installs and configures Proxmox Virtual Environment 6.x/7.x on Debian servers.
6+
Installs and configures Proxmox Virtual Environment 6.x/7.x/8.x on Debian servers.
77

88
This role allows you to deploy and manage single-node PVE installations and PVE
99
clusters (3+ nodes) on Debian Buster (10) and Bullseye (11). You are able to
@@ -78,7 +78,7 @@ file containing a list of hosts).
7878
Once complete, you should be able to access your Proxmox VE instance at
7979
`https://$SSH_HOST_FQDN:8006`.
8080

81-
## Deploying a fully-featured PVE 7.x cluster
81+
## Deploying a fully-featured PVE 8.x cluster
8282

8383
Create a new playbook directory. We call ours `lab-cluster`. Our playbook will
8484
eventually look like this, but yours does not have to follow all of the steps:
@@ -752,7 +752,17 @@ Jonas Meurer ([@mejo-](https://github.com/mejo-))
752752
Ondrej Flidr ([@SniperCZE](https://github.com/SniperCZE))
753753
niko2 ([@niko2](https://github.com/niko2))
754754
Christian Aublet ([@caublet](https://github.com/caublet))
755+
Gille Pietri ([@gilou](https://github.com/gilou))
755756
Michael Holasek ([@mholasek](https://github.com/mholasek))
757+
Alexander Petermann ([@lexxxel](https://github.com/lexxxel)) - PVE 8.x support, etc
758+
Bruno Travouillon ([@btravouillon](https://github.com/btravouillon)) - UX improvements
759+
Tobias Negd ([@wu3rstle](https://github.com/wu3rstle)) - Ceph support
760+
PendaGTP ([@PendaGTP](https://github.com/PendaGTP)) - Ceph support
761+
John Marion ([@jmariondev](https://github.com/jmariondev))
762+
foerkede ([@foerkede](https://github.com/foerkede)) - ZFS storage support
763+
Guiffo Joel ([@futuriste](https://github.com/futuriste)) - Pool configuration support
764+
765+
[Full list of contributors](https://github.com/lae/ansible-role-proxmox/graphs/contributors)
756766

757767
[pve-cluster]: https://pve.proxmox.com/wiki/Cluster_Manager
758768
[install-ansible]: http://docs.ansible.com/ansible/intro_installation.html

library/proxmox_storage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def __init__(self, module):
204204
# Remaining PVE API arguments (depending on type) past this point
205205
self.datastore = module.params['datastore']
206206
self.encryption_key = module.params['encryption_key']
207+
self.master_pubkey = module.params['master_pubkey']
207208
self.fingerprint = module.params['fingerprint']
208209
self.password = module.params['password']
209210
self.path = module.params['path']

0 commit comments

Comments
 (0)