Re: [ansible-project] Re: openldap for ubuntu

2020-01-19 Thread Mark Anthony Garcia
You can read this documentation on ansible. https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html Regards, Mark Garcia On Mon, Jan 20, 2020 at 8:23 AM Sandy Hung wrote: > yes,but learning ansible only 2 week so, I don;t how to define variables. > > > Stefan Hornburg

Re: [ansible-project] Re: openldap for ubuntu

2020-01-19 Thread Sandy Hung
yes,but learning ansible only 2 week so, I don;t how to define variables. Stefan Hornburg (Racke)於 2020年1月20日星期一 UTC+8下午3時08分54秒寫道: > > On 1/20/20 7:58 AM, Sandy Hung wrote: > > How to define the variable vault_secret? > > thanks. > > Well you should know what the value of this variable is

Re: [ansible-project] Re: openldap for ubuntu

2020-01-19 Thread Stefan Hornburg (Racke)
On 1/20/20 7:58 AM, Sandy Hung wrote: > How to define  the variable vault_secret? > thanks. Well you should know what the value of this variable is ... There are many places where you can define variables: https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html Regards

Re: [ansible-project] Ansible passwordless login not working

2020-01-19 Thread Yehuda Pinhas
Hi again. Anyone have any idea? -- 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+unsubscr...@googlegroups.com. To view this discussion on the

[ansible-project] Re: openldap for ubuntu

2020-01-19 Thread Sandy Hung
How to define the variable vault_secret? thanks. Sandy Hung於 2020年1月20日星期一 UTC+8下午2時38分35秒寫道: > > I have problem run openldap show error message, how to solved this problem > thanks. > > ERROR! conflicting action statements: copy, force > > The error appears to be in

Re: [ansible-project] Re: openldap for ubuntu

2020-01-19 Thread Stefan Hornburg (Racke)
On 1/20/20 7:42 AM, Sandy Hung wrote: > sorry error message is > > fatal: [192.168.1.153]: FAILED! => {"msg": "The task includes an option with > an undefined variable. The e'vault_secret' > is undefined\n\nThe error appears to be in '/home/sandy/ldapinstall.yml': > line 23, column \nbe

[ansible-project] Re: openldap for ubuntu

2020-01-19 Thread Sandy Hung
sorry error message is fatal: [192.168.1.153]: FAILED! => {"msg": "The task includes an option with an undefined variable. The e'vault_secret' is undefined\n\nThe error appears to be in '/home/sandy/ldapinstall.yml': line 23, column \nbe elsewhere in the file depending on the exact syntax

[ansible-project] openldap for ubuntu

2020-01-19 Thread Sandy Hung
I have problem run openldap show error message, how to solved this problem thanks. ERROR! conflicting action statements: copy, force The error appears to be in '/home/sandy/phpldapadmin.yml': line 68, column 6, but may be elsewhere in the file depending on the exact syntax problem. The

[ansible-project] Troubleshooting a "Failed to Authenticate: Authentication failed." message for an ios_command module

2020-01-19 Thread Waseem Karim
Hi all, I am very new to ansible and I was just trying to create a playbook to do a show run on my stratix switch (stratix 5700). However, no matter what I try, I keep getting the following message: pcs | FAILED! => { "changed": false, "msg": "Failed to authenticate: Authentication

[ansible-project] How to setup multiple jumpbox with Ansible AWX

2020-01-19 Thread Blacksensei
Hi Team, I have been heavily using Ansible Core for the past 4 years and totally loved it. We started a project in our office allowing everybody in dev team to start doing deployment themselves. We now need to migrate a number of things to be able to work on AWX while some of us will still

[ansible-project] Re: Send commands via CLI over SSH to unsupported network device

2020-01-19 Thread Rudi Močnik
Hi I've got a similar issues connecting to a network device running KlasOS. I am not sure which connection type to use to make this work. I've tried with the code that @sign@L posted but no luck. In sign@L's code I see he is using "connection: local" and "ansible_connection=ssh". Isn't this