Re: [ansible-project] Kerberos without dns

2021-05-06 Thread Dick Visser
How does this question related to ansible? On Thu, 6 May 2021 at 19:10, gajendra@gmail.com < gajendra.y.gaik...@gmail.com> wrote: > Hello Team, > > Is there anyway to use kerberos without DNS or with /etc/hosts file. > > Thank you in advance. > > Regards, > GG > > -- > You received this

Re: [ansible-project] seboolean module in 2.10

2021-05-06 Thread David Reagan
> Why do you think the module should be in community.general? Because that is where I found seport. https://github.com/ansible-collections/community.general/blob/main/plugins/modules/seport.py (Or, now that I look at that file, thought I had found seport.) > Do you have Ansible installed, and

Re: [ansible-project] Ansible Inventory Security (all)

2021-05-06 Thread Alex Wanderley
Hello, What we're doing here is assigning a variable to "hosts". Something like: hosts: {{ variable }} So, our playbooks have always to be called as "ansible-playbooks -e "variable=|" otherwise they will fail. Alex On Thu, May 6, 2021 at 12:12 PM Martin Parrella wrote: > > Hi there! Is

Re: [ansible-project] seboolean module in 2.10

2021-05-06 Thread 'Felix Fontein' via Ansible Project
Hi, > The seboolean module has apparently disappeared from Ansible 2.10. according to ansible-base's ansible_builtin_runtime.yml, the module resides in ansible.posix, and there I can find it: https://github.com/ansible-collections/ansible.posix/blob/main/plugins/modules/seboolean.py > It also

[ansible-project] seboolean module in 2.10

2021-05-06 Thread David Reagan
The seboolean module has apparently disappeared from Ansible 2.10. It also doesn't exist in community.general. I couldn't find any documentation saying it was deprecated. Is there a replacement? Example playbook: ``` - hosts: - centos tasks: - name: "seboolean" seboolean: name:

[ansible-project] Ansible Inventory Security (all)

2021-05-06 Thread Martin Parrella
Hi there! Is there any way to overwrite the 'all/*' keyword in Ansible inventory? How can we prevent someone to run something nasty (intentionally or by mistake) over all our inventory? We did a couple of tests using a dynamic inventory, but no luck. As a workaround, we are thinking to force

[ansible-project] Kerberos without dns

2021-05-06 Thread gajendra....@gmail.com
Hello Team, Is there anyway to use kerberos without DNS or with /etc/hosts file. Thank you in advance. Regards, GG -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [ansible-project] Idempotency in amazon..aws.ec2

2021-05-06 Thread Dave York
That... makes sense. I should have ctrl-f 'idempotency' on the module documentation. I'll give it a try, thanks for the help! On Wednesday, May 5, 2021 at 11:49:18 PM UTC-7 dick@geant.org wrote: > You should supply an 'id' parameter: > > >

[ansible-project] Passing ldapServers to ldap_client_create

2021-05-06 Thread Gene DiCesare
Hi, I am having issues using the SDK module ldap_client_create via the zapit module. In particular, trying to pass a list of LDAP servers seems to experience two issue which I can not figure out... First, the SDK Doc I have shows the parameter should be a string[] type:

Re: [ansible-project] pywinrm installation

2021-05-06 Thread The Vandyy Vines
Installing winrm is a different process .. check ansible docs. For it On Thu, May 6, 2021, 3:12 PM pradnya waghmare wrote: > Hi, > I am trying to connect to windows system form ansible host.For that trying > to install winrm ,folowing command: > sudo pip3 install pywinrm > > with abouve

[ansible-project] pywinrm installation

2021-05-06 Thread pradnya waghmare
Hi, I am trying to connect to windows system form ansible host.For that trying to install winrm ,folowing command: sudo pip3 install pywinrm with abouve command I am getting below msg: WARNING: Running pip as root will break packages and permissions. You should install packages reliably by

Re: [ansible-project] Jinja template as variable value

2021-05-06 Thread Stefan Hornburg (Racke)
On 5/6/21 10:26 AM, Mario S wrote: > Hello > > I'm trying to use jinja template as value for ansible.builtin.lineinfile > module > > in role task. > > named > ├── tasks > │   ├── config.yml > │   ├──

[ansible-project] Jinja template as variable value

2021-05-06 Thread Mario S
Hello I'm trying to use jinja template as value for ansible.builtin.lineinfile module in role task. named ├── tasks │ ├── config.yml │ ├── main.yml ├── templates │ ├── option.ji2 │ ├──

Re: [ansible-project] Idempotency in amazon..aws.ec2

2021-05-06 Thread Dick Visser
You should supply an 'id' parameter: https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_module.html#parameter-id On Thu, 6 May 2021 at 00:22, Dave York wrote: > Hi ansible squad! > > I've been using amazon.aws.ec2 (or community.aws.ec2_instance - ive been > switching back and