[ansible-project] Possible approaches to iteration

2018-04-09 Thread tom . reynick
I would like to understand semantics of `with_items` in ansible and compare this approach to `map` for example. For example, let consider: `{{ ["1","2", "3"] | map('regex_replace', '^(.*)$', \1'some tail') tail }}` How to reach the same effect using `with_items` ? And in general how

[ansible-project] map vs with_items

2018-04-09 Thread tom . reynick
I would like to understand semantics of `with_items` in ansible and compare this approach to `map` for example. For example, let consider: `{{ ["1","2", "3"] | map('regex_replace', '^(.*)$', \1'some tail') tail }}` How to reach the same effect using `with_items` ? And in general how

[ansible-project] ansible_processor_vcpus - What does mean this value ?

2018-03-13 Thread tom . reynick
Hi, can someone try to explain what does it mean *ansible_processor_vcpus ?* How does it refer to number of cores, number of threads and so on. What about HT capability of processor ? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To