Re: [ansible-project] Help for variable defination

2019-08-07 Thread Rahul Kumar
Thanks much sebastian . I will try it out. Rahul On Tue, 6 Aug 2019 at 17:21, Sebastian Meyer wrote: > Hi Rahul, > > On 01.08.19 14:24, Rahul Kumar wrote: > > HI Ansible Gurus, > > I have a specific snippet of code which i defined in default/main.yaml > of a > > role xyz. > > > >

Re: [ansible-project] Help for variable defination

2019-08-06 Thread Sebastian Meyer
Hi Rahul, On 01.08.19 14:24, Rahul Kumar wrote: > HI Ansible Gurus, > I have a specific snippet of code which i defined in default/main.yaml of a > role xyz. > > sw_yum_repositories: > - name: sw > description: Dangerous sw > file: sw-gw > baseurl: "" > enabled: no >

[ansible-project] Help for variable defination

2019-08-01 Thread Rahul Kumar
HI Ansible Gurus, I have a specific snippet of code which i defined in default/main.yaml of a role xyz. sw_yum_repositories: - name: sw description: Dangerous sw file: sw-gw baseurl: "" enabled: no gpgcheck: "{{gpgcheckall | default('yes')}}" gpgkey: