Re: [ansible-devel] How to run ansible 2.10 in a tox venv?

2020-02-27 Thread Chris Church
Hi Rich, You can install from git+https://github.com/ansible/ansible.git@devel as a dep in your tox.ini. At least it works for me to test Ansible roles against devel ( https://github.com/cchurch/ansible-role-testing/blob/master/tox.ini#L21). On Thu, Feb 27, 2020 at 7:58 PM Rich Megginson wrote:

[ansible-devel] How to run ansible 2.10 in a tox venv?

2020-02-27 Thread Rich Megginson
https://github.com/ansible-collections/overview/blob/master/README.rst#pre-release-versions-of-ansible-base I think this should work? "Checkout and run the source https://github.com/ansible-collection-migration/ansible-base (pip install in a Python virtual environment, or do source hacking/env-

Re: [ansible-devel] Documenting variable suboption types in a module

2020-02-27 Thread James Cassell
On Thu, Feb 27, 2020, at 2:24 PM, John Nelson wrote: > While working on a PR for the win_dns_record > > module, I ran into a documentation issue that I thought best to ask about, in > case anyone can offer any suggest

[ansible-devel] Documenting variable suboption types in a module

2020-02-27 Thread John Nelson
While working on a PR for the win_dns_record module, I ran into a documentation issue that I thought best to ask about, in case anyone can offer any suggestions or otherwise correct my thinking. As background, I'm tryi

[ansible-devel] adding escape characters in replace module

2020-02-27 Thread anil kumar
Hi All, I have file below, would like to comment out the line with hmac-sha1 and uncomment like with #Commened for LINUXMSB 2013' $ cat sshd_config MACs hmac-sha2-512-...@openssh.com,hmac-sha2-256-...@openssh.com,hmac-sha2-512,hmac-sha2-256 #Added below for LINUXMSB 2013 MACshmac-sha2-512,h

Re: [ansible-devel] Passwprd never expierd

2020-02-27 Thread Tom Davison
Please see this module and it’s examples to accomplish your task https://docs.ansible.com/ansible/latest/modules/user_module.html On Thu, Feb 27, 2020 at 01:52 Rishiv Chauhan wrote: > Please help, > > I wanted to create a yml script for the password never expire for a > particuler user. > let