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

2018-11-20 Thread Toshio Kuratomi
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 in the current releases and you can probably adapt the spec file to

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

2018-11-20 Thread rex
I checked the repos for both RedHat and Debian-based distros and saw that the latest versions of Ansible still require Python2.7 and wanted to see if there will be a point these packages flip to using Python3. I guess I can compile Ansible with Python3 by hand, but I'd rather it become a repo

Re: [ansible-devel] Creating Ansible Modules

2018-11-20 Thread Tj Grund
Thanks for the information. Appreciate the quick feedback On Tue, Nov 20, 2018 at 12:16 PM Will McDonald wrote: > I don't think there's any module development specific courses in the > curriculum (https://www.redhat.com/en/services/training/all-courses-exams), > certainly I can't see any. > >

Re: [ansible-devel] Creating Ansible Modules

2018-11-20 Thread Will McDonald
I don't think there's any module development specific courses in the curriculum (https://www.redhat.com/en/services/training/all-courses-exams), certainly I can't see any. The best places to start are probably with the following, in order: - https://github.com/ansible/lightbulb -

[ansible-devel] Creating Ansible Modules

2018-11-20 Thread Tj Grund
Good afternoon, I work with a company that is trying to streamline Ansible. We were looking if to see if there were specific training on creating modules. We have Ciena switches that this will be used for. I already have the network_dev_network_cli.rst link. I understand this might not be