Re: [ansible-project] builtin.expect question

2023-07-31 Thread Rodrigo Reis
e just trying to find a way to ALWAYS say "yes, install" then > looking at > https://github.com/ohmyzsh/ohmyzsh/blob/master/tools/install.sh#L37C31-L37C31 > you could just pass in --unattended? > > On Mon, 24 Jul 2023 at 20:11, Rodrigo Reis wrote: > >> Hello Ev

Re: [ansible-project] builtin.expect question

2023-07-31 Thread Rodrigo Reis
ing to find a way to ALWAYS say "yes, install" then > looking at > https://github.com/ohmyzsh/ohmyzsh/blob/master/tools/install.sh#L37C31-L37C31 > you could just pass in --unattended? > > On Mon, 24 Jul 2023 at 20:11, Rodrigo Reis wrote: > >> Hello Everyone! &g

[ansible-project] builtin.expect question

2023-07-24 Thread Rodrigo Reis
Hello Everyone! I trying to install ohmyzsh using ansible inside of a bigger yml file with a bunch of other sutff. in hte ansible.builtin.expect block the goal is to anwser one installation question but it waits for the timeou and display a huge error message. Basically sucessfully install

[ansible-project] Re: Can I use github_releases with a enterprise github?

2019-10-23 Thread Rodrigo Rapozo
I found this issues https://github.com/ansible/ansible/issues/59560 https://github.com/ansible/ansible/pull/59564 Someone know the status of it? Em quinta-feira, 10 de outubro de 2019 11:50:04 UTC+1, Rodrigo Rapozo escreveu: > > Hello, > > I'm trying to use github_release mod

[ansible-project] Can I use github_releases with a enterprise github?

2019-10-10 Thread Rodrigo Rapozo
Hello, I'm trying to use github_release module to fetch a release from a enterprise internal repository in the company that I work. This is possivle and how I can do that if don't have any option like "url", "server", etc. Best Regards Rodrigo Rapozo -- You received this

[ansible-project] Python module github3 is not working with ansible

2019-09-27 Thread Rodrigo Rapozo
Hello I'm trying to use the ansible module github_release that use the python module github3.py. The machine that I need run the playbook don't have permission to access the internet so I downloaded (pip download github3.py) then in other machine I inslated (pip install ./*.whl). I'm sure

[ansible-project] Re: I can't edit jira issue with ansible

2019-06-12 Thread Rodrigo Rapozo
172.17.0.4 : ok=1changed=0unreachable=0failed=1* *create_issue.yml* * hosts: anyHost vars:ansible_pyth

[ansible-project] Re: I can't edit jira issue with ansible

2019-06-07 Thread Rodrigo Rapozo
Thanks a lot for the quickly reply. So I change in my hosts: [local] localhost and in my playbook: --- - hosts: local vars: ansible_python_interpreter: /usr/bin/python3 tasks: - name: Jira VF/CF jira: uri: 'https://mycompanyjira.atlassian.net' username: 'rodrigo

[ansible-project] I can't edit jira issue with ansible

2019-06-07 Thread Rodrigo Rapozo
tasks: - name: Jira VF/CF jira: uri: 'https://mycompanyjira.atlassian.net' username: 'rodrigo\@mycompany.com' password: 'XXX' operation: edit issue: 'VFNCDS-1414' assignee: rodrigo [root@bd9fb0ef9526 playbooks]# ansible-playbook jira_mycompany.yml

Re: [ansible-project] Telnet Module inside 2.4

2017-10-18 Thread Rodrigo
Hello Everyone, Is there any idea for this subject? Att, Rodrigo Rovere www.ciscoredes.com.br Twitter: @rar_21 2017-09-27 18:56 GMT-03:00 Rodrigo Rovere <rovere.rodr...@gmail.com>: > Hello Everyone, > > I am handling new functionality inside module 2.4 version. According >

Re: [ansible-project] Suggestion: telnet transport for network devices?

2017-10-02 Thread Rodrigo
interaction of playbook, because when execute some commands to implement SSH, question are requested to continue script. Did you evaluate in something to execute those tasks? Kind Regards, Rodrigo Rovere www.ciscoredes.com.br Twitter: @rar_21 2017-08-09 17:53 GMT-03:00 'Steve Kersley' via Ansible

[ansible-project] Telnet Module inside 2.4

2017-09-27 Thread Rodrigo Rovere
enerate ( 512, 1024 ). What's the best approach to manage this implementation inside Ansible to accept the key automatically? Kind Regards, Rodrigo -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group

[ansible-project] Cisco Spark - Token

2017-08-14 Thread Rodrigo
normally? Do you know if someone had any experience on it? Att, Rodrigo Rovere www.ciscoredes.com.br Twitter: @rar_21 -- 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, sen

Re: [ansible-project] Re: Adding new route to cisco router Jinja2 template

2017-05-18 Thread Rodrigo
- 50 permit ip host 5.5.5.5 any log parents: ip access-list extended test before: no ip access-list extended test match: exact Kind Regards, Rodrigo 2017-05-18 21:40 GMT-03:00 naeem dhby <naeem.d...@gmail.com>: > Thanks Cody for your reply > > so you mean i can c

Re: [ansible-project] Help with Basic IOS Command module

2017-05-05 Thread Rodrigo
Hello All, I am trying using ios_command to get "show running", however all the time task overwrite on the same file ( like txt ). For example would like create file for each day? Which function I could use? Kind Regards, Rodrigo 2017-05-05 15:37 GMT-03:00 Peter Sprygada <pspryg..

Re: [ansible-project] Re: Whats your favourite YAML/YML editor

2017-05-03 Thread Rodrigo
Hello Guys, I am using Atom, however I would like to know if have good package to compile YAML and good package to make syntax validation. Is there any package are using will be good tips? Rodrigo 2017-05-03 15:21 GMT-03:00 'J Hawkesworth' via Ansible Project < ansible-project@googlegroups.

[ansible-project] Error to use SSH in Cisco Devices

2017-04-26 Thread Rodrigo Rovere
So, where are problems? Is there someone to help understand those problems. Kind Regards, Rodrigo -- 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

[ansible-project] SOLVED: vmware_guest: customizing new VM from template

2017-02-09 Thread Rodrigo B Brasil
This issue was resolved by the PR https://github.com/ansible/ansible/pull/21068 []s, Rodrigo B Brasil On Tue, Feb 7, 2017 at 11:17 AM, Rodrigo B Brasil <rodrigobbra...@gmail.com> wrote: > Hello there, > > Is there any limitation when customizing an Oracle Linux OS? > > I'm

[ansible-project] vmware_guest: customizing new VM from template

2017-02-07 Thread Rodrigo B Brasil
guest_id is oracleLinux64Guest. I'm running ansible 2.3.0 (devel 4f117df6ec). []s, Rodrigo B Brasil -- 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

Re: [ansible-project] WHEN CONDITION

2017-02-01 Thread Rodrigo B Brasil
This should help: http://docs.ansible.com/ansible/playbooks_variables.html http://docs.ansible.com/ansible/set_fact_module.html []s, Rodrigo B Brasil On Wed, Feb 1, 2017 at 4:16 PM, DHAVAL JAISWAL <dhava...@gmail.com> wrote: > Where i can set this variable so that i can compare it

[ansible-project] How to control access with sudo and FreeIPA

2017-01-23 Thread Rodrigo B Brasil
administrative privileges on hosts to some user. Maybe working with the new ipa_sudorule or something? Do you guys have some example to introduce me? []s, Rodrigo B Brasil -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubs

[ansible-project] Playbook over powershell

2016-04-06 Thread Rodrigo Rapozo
Hello everyone! I'm trying to use ansible over powershell but when I use this command: "ansible chs -m win_ping" Looks like that it's using ssh because the error show to me: 10.10.3.21 | UNREACHABLE! => { "changed": false, "msg": "SSH encountered an unknown error during the

[ansible-project] Error ansible over powershell

2016-04-06 Thread Rodrigo Rapozo
Hello everyone! I'm trying to use ansible over powershell but when I use this command: "ansible chs -m win_ping" Looks like that it's using ssh because the error is: x.x.x.x | UNREACHABLE! => { "changed": false, "msg": "SSH encountered an unknown error during the connection. We

Re: [SOLVED] [ansible-project] Re: v2 - issue running copy module

2015-07-03 Thread Rodrigo B Brasil
Bug fixed, guys. Thanks. -- Rodrigo B Brasil Controle é ilusão. On Wed, Jul 1, 2015 at 3:22 PM, Brian Coca bc...@ansible.com wrote: this was temporary bug in the devel branch, I believe it has already been fixed (or the PRs that do are about to be merged). On Wed, Jul 1, 2015 at 1:38 PM

[ansible-project] v2 - issue running copy module

2015-06-30 Thread Rodrigo B Brasil
): AttributeError: 'ActionModule' object has no attribute '_shell' -- Rodrigo Bezerra Brasil Belém, PA, BR Controle é ilusão. -- 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

[ansible-project] unarchive module skipping when using with_fileglob

2015-04-30 Thread Rodrigo B Brasil
Hello! I'm pretty new to Ansible, so this may be a stupid thing that I'm (not) doing, but I couldn't find the error by myself. When I try to use this loop, the gzip file cannot be found and I get the skipping message. - unarchive: copy=no src={{ item }} dest=/opt/ with_fileglob: -

[SOLVED] [ansible-project] unarchive module skipping when using with_fileglob

2015-04-30 Thread Rodrigo B Brasil
that in next days! -- Rodrigo Bezerra Brasil Belém, PA, BR Controle é ilusão. On Thu, Apr 30, 2015 at 10:37 AM, Brian Coca bc...@ansible.com wrote: or the new find module -- Brian Coca -- You received this message because you are subscribed to the Google Groups Ansible Project group