Matt Martz
5797d06aec
Use customized setraw to prevent output issues ( #78060 )
2 years ago
Martin Krizek
43153c5831
`FieldAttribute`s as descriptors ( #73908 )
2 years ago
mlevens-hw
4c9385dab7
Fix documentation with misleading data type ( #78157 )
...
##### SUMMARY
The sample value given for the 'mode' parameter is shown without quotes, but the data type is string. If you actually try to use an unquoted numeric string for this value you're in for a nasty surprise! I added quotation marks to the sample value.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2 years ago
Diana S. Cardona
58b42abede
Update README.md ( #78139 )
...
Update Python version requirement to >= 3.8.
2 years ago
Don Naro
a1444f390d
Docs: Issue 78082 separate tips and tricks in user guide (3/3) ( #78103 )
2 years ago
Lewis Brogan
4bd7e50612
fixed hyperlinks to galaxy.ansible for issue #78104 ( #78152 )
2 years ago
Matt Clay
4594c0c609
Fix HTTP tests on FreeBSD when running split.
2 years ago
Matt Clay
b9d13d222c
ansible-test - Improve pip bootstrap download.
2 years ago
Brian Coca
fa35aa4865
Galaxy server config updates ( #77106 )
...
* ansible-galaxy configurable timeouts
- also fixed issues with precedence,
so --ignore-certs now overrides config
- made galaxy_timeout generic setting,
if set, it becomes default for server configs,
but now specific servers can override
- updated tests or added notes (some tests ignore/override precedence)
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
2 years ago
Sviatoslav Sydorenko
e481b35e23
Delete core-ci `query` param from ansible-test ( #78136 )
...
Ref: https://github.com/ansible/ansible-core-ci/pull/343
2 years ago
Don Naro
4cfa0b07fc
issue #78082 create win user guide ( #78099 )
2 years ago
Don Naro
08327c698c
issue #78082 add concepts to start ( #78097 )
2 years ago
Don Naro
59f3f1b625
issue #78076 fix diagram ( #78077 )
2 years ago
Sandra McCann
3e3f8cb004
Update list for gather_subset ( #78133 )
2 years ago
Matt Clay
ca04dc28a2
ansible-test - Remove deprecated test platforms.
2 years ago
Sandra McCann
70543402c7
update intersphinx links for Ansible 6 ( #78121 )
2 years ago
Tabah Baridule
08b438c4ba
Updated the document 'src' in URI ( #78105 )
2 years ago
Sandra McCann
e8a77626a3
update conf.py for Ansible 6 release ( #78049 )
2 years ago
Brian Coca
34f8168afc
ansible-console fixes ( #78064 )
...
* list collection task actions too
* dynamically add execute/help functions when module is found
* handle redirection and short names
2 years ago
Sandra McCann
a9ce358f98
update release page to reflect Ansible 6 release ( #78047 )
...
Co-authored-by: Iheanacho Amarachi Sharon <58210919+Iheanacho-ai@users.noreply.github.com>
2 years ago
Ompragash Viswanathan
1b63e7d3fa
docs: Update porting guide for Ansible 6.0.0 ( #78101 )
2 years ago
Brian Coca
cea18bf60a
password lookup argument parsing fix ( #78080 )
...
fixes #78079
2 years ago
Matt Clay
cf9fd2d7da
ansible-test - Use shlex.join where appropriate.
2 years ago
Matt Clay
24d91f552c
ansible-test - Add support for more remotes.
2 years ago
Matt Clay
5666c6d6a3
ansible-test - More flexible become support.
2 years ago
paulreece
717f178870
Add tutorial links to the docs #78073 ( #78084 )
2 years ago
Chris James
ea351f0ae2
user - Use -n instead of -N for luseradd on all distros ( #75042 )
...
* Use -n instead of -N for luseradd on all distros
Co-authored-by: Chris James <git@etcet.net>
2 years ago
Jef Vantongerloo
44b5314174
fix missing single quotes in sample code ( #78056 )
2 years ago
optica-phoffmann
c321e3baad
update documentation of 'unarchive' ( #77643 )
3 years ago
David Greaves
5b90601ca4
Document debconf interaction with dpkg-reconfigure ( #74196 )
...
Signed-off-by: David Greaves <david@dgreaves.com>
3 years ago
Sandra McCann
66c0882314
reword the regex note ( #75393 )
...
Co-authored-by: Matt Martz <matt@sivel.net>
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
3 years ago
Don Naro
3cd2c494bd
issue #72449 winrm script rm ( #77931 )
3 years ago
Emanuele Barbato
681dc6eab9
Windows - incorrect python-devel package in WinRM docs ( #78037 )
...
Co-authored-by: Emanuele Barbato <manu@Giuseppes-MacBook-Air.local>
3 years ago
Brian Coca
3a5a61b783
hide distro map since it is not configurable ( #78068 )
...
make it a private setting for internal use and avoid
user confusion by not displaying it with normal configuration options
3 years ago
Matt Martz
18992b7947
Add new `loop_control.extended_allitems` option ( #75760 )
...
* Add new `loop_control.extended_allitems` option. Fixes #75216
* Add test for extended_allitems
* docs code block fix
3 years ago
Matt Martz
a90f666ab3
Use ctypes to access shadow, instead of spwd which is deprecated ( #78050 )
...
* Use ctypes to access shadow, instead of spwd which is deprecated
* Remove sanity ignore
* cast to str to satisfy mypy
* Add typing.cast polyfill
* Appease mypy redefine
* Add clog frag
3 years ago
David Moreau Simard
d81a519f25
Remove .travis.yml files from galaxy init skeletons ( #75740 )
...
* Remove .travis.yml files from galaxy init skeletons
These files have existed for many years but in light of the recent
circumstances around Travis, we should not include them by default in
the galaxy init skeletons.
* Add breaking_changes changelog fragment with recommendation to use a custom skeleton if the .travis.yml file is still needed.
Co-authored-by: s-hertel <19572925+s-hertel@users.noreply.github.com>
3 years ago
Andrew Klychkov
46d86a882d
Docsite: update links to community docs ( #78043 )
3 years ago
Sandra McCann
f4ad1c771e
Create reusable role layout snippet for documentation ( #78057 )
...
* reuse role structure
* reuse role snippet in role docs
3 years ago
Sergey
30a923fb5c
Fix 'Permission denied' in user module while generating SSH keys ( #78040 )
...
* Fix 'Permission denied' in user module while generating SSH keys
Fix #78017
Use try/except for spwd usage to prevent "Permission denied".
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Matt Clay
95df5cb740
Fix invalid-ansiblemodule-schema sanity errors.
...
The validate-modules sanity test expects a list not a dict_keys iterable.
3 years ago
Lewis Brogan
561cf1956d
Docsite: Updated style guide resources ( #78048 )
3 years ago
Brian Coca
3fa377387e
shell plugins give out user friendly type error ( #77983 )
...
shell plugins give out user friendly type error
# TODO: this should really have been taken care of via config or fieldattribute validation
3 years ago
Matt Clay
1321d6ecd5
Update AZP test container to 3.0.0.
...
ci_coverage
ci_complete
3 years ago
Felix Fontein
614dc10ef0
With antsibull-changelog >= 0.14.0 and the sidecar docs feature, test and filter plugins are detected if they have version_added ( #77871 )
...
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
3 years ago
Bennykillua
556ac89664
Rephrase-community ( #77985 )
3 years ago
Philippe Kueck
fa840d4c7c
mention different results for password_hash depending on library used ( #76863 ) ( #77963 )
3 years ago
Sandra McCann
85329beb90
update backport instructions to reflect stable-2.13 ( #77958 )
...
Co-authored-by: Divine Odazie <dodazie@gmail.com>
3 years ago
Brian Coca
04c7abcbfe
corrected version_added for new config option ( #78013 )
...
new option, not subs should have version, also it's 2.14
3 years ago
Matt Clay
2f0530396b
ansible-test - Clean up type hints and comments.
3 years ago