unable to fit the piece of code in ansible

20 views
Skip to first unread message

Bishwajit Samanta

unread,
Apr 11, 2018, 10:51:32 PM4/11/18
to Ansible Project
Hi all,

I am a beginner in ansible. If anyone can help me in finding the answer. It would be great. My problem was finding a phrase in ansible which one of the person have helped me. But unfortunately i am not able to fit the piece of code in my playbook.

hostinfo:
  host001':
    ip: 192.168.43.10
    hostclass: 'puppet'
  'host002':
    ip: 192.168.43.11
    hostclass: 'ess'
  'host003':
    ip: 192.168.43.21
    hostclass: 'mdb'

the code was::

- debug: 
  msg: "{{ hostinfo|dictsort|selectattr('1.hostclass', 'equalto', 'ess')|first|first }}"

Now i am writing the code as given below. I know in this piece of code i am making mistakes. But since i am a beginner i am not able to understand it. Can anyone help me?

---
- hosts: test
  gather_facts: no 

- debug: 
  msg: "{{ hostinfo|dictsort|selectattr('1.hostclass', 'equalto', 'ess')|first|first }}"

Bishwajit Samanta

unread,
Apr 12, 2018, 7:58:42 AM4/12/18
to Ansible Project
Any one can suggest any idea please..

Karl Auer

unread,
Apr 12, 2018, 8:22:14 AM4/12/18
to ansible...@googlegroups.com
Can I suggest that you describe what you want to achieve. That is, describe the end result that you are seeking.

That is more likely to get a useful response.

Regards, K.


--
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 email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4431f374-65b9-4884-9acb-f709bdd658f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Karl Auer

Email  : ka...@2pisoftware.com
Website: 
http://2pisoftware.com

GPG/PGP : 958A 2647 6C44 D376 3D63 86A5 FFB2 20BC 0257 5816
Previous: F0AB 6C70 A49D 1927 6E05 81E7 AD95 268F 2AB6 40EA

Bishwajit Samanta

unread,
Apr 12, 2018, 9:46:58 AM4/12/18
to Ansible Project
Thanks Karl, for your reply. Problem statement ::-

My job is to find out the hostname which belongs to hostclass ess, which in this case the answer is host002.

hostinfo:
  'host001':
    ip: 192.168.43.10
    hostclass: 'puppet'
  'host002':
    ip: 192.168.43.11
    hostclass: 'ess'
  'host003':
    ip: 192.168.43.21
    hostclass: 'mdb'


i got one solution from some friend in google ansible groups only, but i am unable to fit it my ansible playbook.


- debug:
    msg: "{{ hostinfo|dictsort|selectattr('1.hostclass', 'equalto', 'ess')|first|first }}"


The playbook i am writing, which is wrong but i am not able to figure out how to fit the code in my playbook. Can anyone help me in modifying the code of mine.

---

- hosts: somehost
  gather_facts: no
  vars_files:
    file: sometext.yaml
    name: sometext

  - debug:
        msg: "{{ hostinfo|dictsort|selectattr('1.hostclass', 'equalto', 'ess')|first|first }}
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.

Biswadip Dutta

unread,
Apr 13, 2018, 2:10:02 AM4/13/18
to ansible...@googlegroups.com
Can you please let me know which Ansible version you are using and what error you are getting?

Regards,
Biswadip Dutta

To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/bacee1a5-37a0-423a-9dcf-a8625c361493%40googlegroups.com.

Bishwajit Samanta

unread,
Apr 13, 2018, 10:52:14 AM4/13/18
to Ansible Project
Ansible:: 2.4 is the version i am using.

Regards,
Biswadip Dutta

Reply all
Reply to author
Forward
0 new messages