Re: [PVE-User] Proxmox VE 6.x deployments with Ansible

2019-10-12 Thread Musee Ullah via pve-user
--- Begin Message ---
v1.6.2 has been cut. You can install the role using:

ansible-galaxy install lae.proxmox,v1.6.2

The full release notes can be found on Github [0], but the following bit
is important:

Support for the following role variables will be removed in the next
minor version (1.7.0):

|pve_cluster_ring0_addr|
|pve_cluster_ring1_addr|
|pve_cluster_bindnet0_addr|
|pve_cluster_bindnet1_addr|
|pve_cluster_link0_addr|
|pve_cluster_link1_addr|

If you are overriding any of these, please update your playbooks to use
|pve_cluster_addr0| and/or |pve_cluster_addr1| now.

Ceph testers are still needed - namely to come across issues like #73
[1] and help resolve them (as I personally do not have resources to test
physical PVE deployments anymore) and flesh out the documentation [2].

Side note, but if any of you are looking for some problems to solve for
Hacktoberfest, there are a few feature requests on the tracker you could
check out [3].

[0] https://github.com/lae/ansible-role-proxmox/releases/tag/v1.6.2
[1] https://github.com/lae/ansible-role-proxmox/issues/73
[2] https://github.com/lae/ansible-role-proxmox/issues/68
[3] https://github.com/lae/ansible-role-proxmox/issues




signature.asc
Description: OpenPGP digital signature
--- End Message ---
___
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user


Re: [PVE-User] Bug report: Syntax error in /etc/aliases

2019-09-03 Thread Musee Ullah via pve-user
--- Begin Message ---
On 2019/09/03 3:14, Uwe Sauter wrote:
> I'd suggest to do:
> sed -i -e 's/^www:/www: /' /etc/aliases
>
> so that lines that were changed by a user are also caught.

just pointing out that consecutive package updates'll continuously add
more spaces with the above since it doesn't check if there's already a
space.

sed -E -i -e 's/^www:(\w)/www: \1/' /etc/aliases




signature.asc
Description: OpenPGP digital signature
--- End Message ---
___
pve-user mailing list
pve-user@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user