Re: [ansible-project] Ansible Collections community.general: 403 Forbidden

2023-10-02 Thread Matt Martz
If you have a ~/.ansible/galaxy_token file with a token from the previous deployment, the token will not work with the new deployment, and cause a 403. On Mon, Oct 2, 2023 at 10:43 AM Todd Lewis wrote: > This appears to be serious issues with the galaxy_ng deployment at > galaxy.ansible.com. The

Re: [ansible-project] Ansible Collections community.general: 403 Forbidden

2023-10-02 Thread Todd Lewis
This appears to be serious issues with the galaxy_ng deployment at galaxy.ansible.com. The Ansible Forum's "get help" topic (https://forum.ansible.com/c/help) is blowing up this morning with all sort of things not working, all of which have galaxy.ansible.com in common. On Monday, October 2, 20

Re: [ansible-project] ansible.builtin.password generating invalid passwords

2023-10-02 Thread Kathy Lyons
Sorry, that was a typo on my part. The real text was ascii_letters. Darn fat fingering. On Mon, Oct 2, 2023 at 9:59 AM Todd Lewis wrote: > Your 'ascii letters' should be 'ascii_letters' (with an underscore); > maybe that's throwing things off? > > On 10/2/23 8:26 AM, Kathy L wrote: > > I am usi

Re: [ansible-project] ansible.builtin.password generating invalid passwords

2023-10-02 Thread Todd Lewis
Your 'ascii letters' should be 'ascii_letters' (with an underscore); maybe that's throwing things off? On 10/2/23 8:26 AM, Kathy L wrote: I am using ansible core version 2.14.3.  When I generate a username in the following fashion:    set_fact: passwd: "{{ lookup('ansible.builtin.passwor

Re: [ansible-project] ansible.builtin.password generating invalid passwords

2023-10-02 Thread Dick Visser
On Mon, 2 Oct 2023 at 14:26, Kathy L wrote: > I am using ansible core version 2.14.3. When I generate a username in the > following fashion: > >set_fact: > passwd: "{{ lookup('ansible.builtin.password', '/dev/null', > chars=['ascii letters', 'digits'], length=range(10,15) | random ) }}"

[ansible-project] ansible.builtin.password generating invalid passwords

2023-10-02 Thread Kathy L
I am using ansible core version 2.14.3. When I generate a username in the following fashion: set_fact: passwd: "{{ lookup('ansible.builtin.password', '/dev/null', chars=['ascii letters', 'digits'], length=range(10,15) | random ) }}" I get usernames with colons in the middle of the pass

Re: [ansible-project] Ansible Collections community.general: 403 Forbidden

2023-10-02 Thread Jerome Arellano
okay, thank you for your response. On Monday, October 2, 2023 at 9:35:20 AM UTC+2 Dick Visser wrote: > Hii > Sounds like something specifically for AWX, so you might get more response > on the dedicated AWX list/group... > > On Mon, 2 Oct 2023 at 09:19, Jerome Arellano > wrote: > >> Hello, >>

Re: [ansible-project] Ansible Collections community.general: 403 Forbidden

2023-10-02 Thread Dick Visser
Hii Sounds like something specifically for AWX, so you might get more response on the dedicated AWX list/group... On Mon, 2 Oct 2023 at 09:19, Jerome Arellano wrote: > Hello, > > Has someone experienced an error when syncing projects? > > error encountered: > *ERROR! Failed to download collecti

[ansible-project] Ansible Collections community.general: 403 Forbidden

2023-10-02 Thread Jerome Arellano
Hello, Has someone experienced an error when syncing projects? error encountered: *ERROR! Failed to download collection tar from 'explicit_requirement_community.general' due to the following unforeseen error: . * The file requirements.yml created under collections folder in my project direct