Re: [ansible-devel] Ansible async module issue

2020-04-02 Thread Adam Miller
received this message because you are subscribed to the Google Groups > "Ansible Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to ansible-devel+unsubscr...@googlegroups.com. > To view this discussion on the web vis

Re: [ansible-devel] Filter plugin to convert executed command output to JSON

2020-07-30 Thread Adam Miller
cribed to the Google Groups > "Ansible Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to ansible-devel+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ans

Re: [ansible-devel] Filter plugin to convert executed command output to JSON

2020-07-31 Thread Adam Miller
Collection. Thank you again, -AdamM [0] - https://github.com/RedHatInsights/insights-core [1] - https://github.com/ansible-collections/community.general > > Kelly > > On Thursday, July 30, 2020 at 9:50:04 AM UTC-7, Adam Miller wrote: >> >> On Wed, Jul 29, 2020 at 7:15 PM

[ansible-devel] RFC: Execution Environments for Ansible Automation

2020-10-12 Thread Adam Miller
Hello ansible-devel! Today the Ansible Engineering Team would like to announce an idea we’ve been working on called “Execution Environments” which we are introducing in order to garner feedback and contributions from the community. We hope this is the start of an ongoing discussion with the com

Re: [ansible-devel] Copy module: move directories recursively

2017-12-13 Thread Adam Miller
On Wed, Nov 29, 2017 at 10:58 AM, Willian Paixão wrote: > Hello, > > I've been trying to move a folder and its contents to another path, > after a few tries and a couple of googles, I found that it can't be done > just using file or copy modules, rather command or synchronize modules, > which is n

Re: [ansible-devel] looking to help out with import_playbook bugs/features

2017-12-13 Thread Adam Miller
On Fri, Dec 8, 2017 at 4:18 PM, Wayne Warren wrote: > Howdy folks! > > So I am relatively new to ansible as a user, but I think I've found some > bugs I would like to try my hand at hacking this weekend: > > https://github.com/ansible/ansible/issues/29008 > https://github.com/ansible/ansible/issue

Re: [ansible-devel] Question about development workflow

2018-01-17 Thread Adam Miller
On Wed, Jan 10, 2018 at 4:29 AM, Richard Bywater wrote: > Hi > > Was just wanting to check in regarding the way the dev workflow works for > Ansible. > > I've got a PR that's currently open that has an approved review on it so was > wondering if there is something else that I need to do with it to

[ansible-devel] Major yum and dnf refactor: requesting feedback and testing

2018-08-02 Thread Adam Miller
Hello all, I have recently opened a pull request that contains a bit of work to heavily refactor both the yum and dnf modules in hopes of making them easier to maintain going forward and also bring them into feature parity[0]. The initial goal is to ensure that the dnf module can do everything

Re: [ansible-devel] mounting the nfs file system using autofs/ansible

2018-08-10 Thread Adam Miller
On Mon, Aug 6, 2018 at 8:52 PM containerkid wrote: > > Dear All. > I am working on a project where we have a scenario in which we have to mount > an NFS file system when each time system boots up ( we spin up using > AWS/GITLAB CI/CD approach) so each time i get new instance with new Private >

Re: [ansible-devel] replace or lineinfile or ?

2018-08-10 Thread Adam Miller
On Thu, Aug 9, 2018 at 9:29 PM Henrik Schuetze wrote: > > For a replication project i have to dynamic create an .sql for execute with > mariadb. > i have two hosts (A and B) in my host variables, both with name, ip and ID. > > i think about create a local file, copy it to the destination hosts an

[ansible-devel] Announcement: module_utils License Guidelines Change

2018-08-14 Thread Adam Miller
Hello all, Recently there was a discussion and a vote among the Core Developer Community about licencing of module_utils and it was decided to change the guideline[0]. There is a pull request with the changes to the Developer Docs[1] open, but the new Guideline is as follows: All modules shipp

Re: [ansible-devel] How do i run python scripts which includes imports from other .py files in the same directory.

2018-08-31 Thread Adam Miller
On Thu, Aug 30, 2018 at 1:32 PM Alan Jose wrote: > > Hi, > > I have a python script which imports other external python modules. i have > copied all the .py files to a directory in the remote host. But, when i try > to run the script file, it gives me an error "ImportError: No module named > xy

Re: [ansible-devel] Question on Ansible *NIX packages with Python3 dependencies

2018-11-26 Thread Adam Miller
On Tue, Nov 20, 2018 at 11:49 PM Toshio Kuratomi wrote: > > Red hat Enterprise Linux 7 ships with python 2.7 so we won't be able to > switch to python 3 there. You could take a look at the Fedora packages of > ansible, though, i believe that they've switched over to building against > python3

[ansible-devel] Requesting help from the Ansible *BSD community

2018-11-30 Thread Adam Miller
Hello all, I don't personally have enough experience with the BSDs to know what the correct bit of information to be looking for on the various distros is and I was hoping for some help. >From the Issue Ticket: Facts virtualization_role and virtualization_type are not set for KVM guests r

Re: [ansible-devel] pull only the latest release in the artifactory

2018-12-13 Thread Adam Miller
On Fri, Nov 16, 2018 at 4:17 AM Kavya bhandari wrote: > > hi all, > > i am new to ansible and i wanted to whether > > ansible can download the latest release from artifactory by itself whenever > some new release is deployed to artifactory . > > please help me with your valuable suggestions :)

Re: [ansible-devel] Philosophical Question: To contribute or not to contribute

2019-01-03 Thread Adam Miller
On Tue, Dec 25, 2018 at 10:35 AM Randall Becker wrote: > > Hi All, > > To contribute or not to contribute? I have to (no choice) integrate an SCM > front-end product into Ansible that performs some very platform-specific > installation and activation tasks that do not have general applicability

Re: [ansible-devel] Ansible root permission

2019-01-03 Thread Adam Miller
On Tue, Dec 4, 2018 at 8:18 AM Subrat Nayak wrote: > > Hi All - We are doing set up of Ansible in our cloud environment. We wanted > to create an user "ansibleadmin" and use that user for all the installation > of ansible and middleware provisioning. Could you please help me if we can do > this

Re: [ansible-devel] Copy directory from remote

2019-01-15 Thread Adam Miller
On Mon, Jan 14, 2019 at 12:47 AM Mangai wrote: > > --- > - name: sync pull task > hosts: localhost > connection: local > become: true > become_user: user > tasks: > - name: copying file using pull > synchronize: > src: /home/sss/mypath/ > dest: /home/user/ansibleworkspa

Re: [ansible-devel] My ansible playbook is very slow since couple of days and hangs alot while execution.

2019-01-30 Thread Adam Miller
On Mon, Jan 28, 2019 at 3:47 PM neelam poonawala wrote: > > Any suggestions how do I fix it? > > I do have this in my ansible.cfg file > > [defaults] > roles_path = ./roles > host_key_checking = False > > [ssh_connection] > pipelining = True > control_path = /tmp/ansible-ssh-%%h-%%p-%%r This mail

Re: [ansible-devel] New module being not merged since monthes, a year now... PR #3483

2019-01-30 Thread Adam Miller
On Tue, Jan 22, 2019 at 4:07 PM wrote: > > Hello, > > I'm still looking for a mean to get this PR merged : > https://github.com/ansible/ansible/pull/34837 > > It has been submitted one year ago now. > We are using the module in production, all checks passed. > > I read Ansible's workflow again and

Re: [ansible-devel] loop and variables

2019-04-24 Thread Adam Miller
On Mon, Apr 22, 2019 at 12:37 PM wrote: > > Hi guys, > > How are you? > > I am new at Ansible and doing some great stuffs until now. > > I have those variables: > > asm_disks: > > - { device: 'sdc', asm_disk_name: 'ASM_GRID01', asm_diskgroup: 'GRID01', > asm_redundancy: 'NORMAL', separator: ','

[ansible-devel] Request For Feedback: Security Operations Automation

2019-08-08 Thread Adam Miller
Hello all, This is a Request For Feedback (and potentially contributors if anyone is interested in joining the fun). I've started creating an Ansible Collection[0][1] with modules/plugins/roles/etc focused on Security Operators[2], or basically anyone working in a Security Operations Center wh