Re: [ansible-project] Help on Ansible gcp_compute_snapshot module

2020-03-08 Thread Kai Stian Olstad
On Fri, Mar 06, 2020 at 06:52:55AM -0800, FRANK L wrote: > I created an Ansible playbook as bollow but ran into one error during the > snapshot on SUSE 12.3. The error was "fatal: [patchtest03]: FAILED! => > {"changed": false, "msg": "argument source_disk is of type > and we were unable to

Re: [ansible-project] Re: ansible-galaxy git clone failures

2020-03-08 Thread Papanito
Yeah right, I really didn't spot that! Thanks a lot On Sunday, 8 March 2020 13:55:08 UTC+1, Stefan Hornburg (Racke) wrote: > > On 3/8/20 11:04 AM, Papanito wrote: > > I have a `requirements.yml` which contains among other roles, roles > which should be consumed directly from github/gitlab > >

Re: [ansible-project] using ansible facts in key value

2020-03-08 Thread Stefan Hornburg (Racke)
On 3/8/20 2:41 PM, Azir Guleroglu wrote: > Hello, > > I try to use ansible facts in variable file but i get below error. Anyone how > any idea how can i use my variable in to > the playbook Actually anyone who reads the error message carefully ... you need double quotes around the curly

[ansible-project] using ansible facts in key value

2020-03-08 Thread Azir Guleroglu
Hello, I try to use ansible facts in variable file but i get below error. Anyone how any idea how can i use my variable in to the playbook fatal: [ANSIBLET01]: FAILED! => {"ansible_facts": {}, "ansible_included_var_files": [], "changed": false, "message": "Syntax Error while loading YAML.\n

Re: [ansible-project] using ansible facts in key value

2020-03-08 Thread Azir Guleroglu
Hello Stefan I tried it before in to the playbook. But now i did in var file and its work. Thanks 8 Mart 2020 Pazar 16:47:24 UTC+3 tarihinde Stefan Hornburg (Racke) yazdı: > > On 3/8/20 2:41 PM, Azir Guleroglu wrote: > > Hello, > > > > I try to use ansible facts in variable file but i get

Re: [ansible-project] Re: ansible-galaxy git clone failures

2020-03-08 Thread Stefan Hornburg (Racke)
On 3/8/20 11:04 AM, Papanito wrote: > I have a `requirements.yml` which contains among other roles, roles which > should be consumed directly from github/gitlab > > - src: geerlingguy.docker > - src: dev-sec.ssh-hardening > - src: m4rcu5nl.zerotier-one > > # own roles > # - scr:

Re: [ansible-project] Re: ansible-galaxy git clone failures

2020-03-08 Thread Papanito
I have a `requirements.yml` which contains among other roles, roles which should be consumed directly from github/gitlab - src: geerlingguy.docker - src: dev-sec.ssh-hardening - src: m4rcu5nl.zerotier-one # own roles # - scr: git+https://g...@github.com/papanito/ansible-role-rsyslog.git # name: