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

2021-05-07 Thread Mario S
42:29 UTC+2 brae...@gmail.com napisał(a): > On 5/6/21 11:13 AM, Stefan Hornburg (Racke) wrote: > > 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 > >&g

[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 │ ├── view

[ansible-project] win_firewall_rule.ps1 to support multiple values for remoteip and icmp protocol

2017-02-15 Thread Mario S.
New to Ansible here... I can't seem to make multiple values work for the remoteip variable. For instance, I want to allow multiple IP subnets to work through a firewall rule. And also noticed the ICMPv4 protocol isn't supported properly. Please advise, thanks. -- You received this message becaus