Brian Coca
f2ab920822
Better info sourcing ( #77511 )
...
Task is authoritative
also includes latest per loop info
and fix tests
3 years ago
Brian Coca
793bb200ec
CLI now issues clearer error when 0 hosts selected ( #77517 )
...
fixes #77512
3 years ago
Brian Coca
6e5f1d781d
Config, ensure templating happens at functions ( #77483 )
...
move away from special templating in constants.py
simplified main get, unified paths to get info
* Let native jinja deal with eval for type
* make constants available for templating defaults
* ensure we use config file
3 years ago
Will Thames
c3a3bc1d0d
Allow strftime to display time in UTC ( #70351 )
3 years ago
Brian Coca
a0dede5458
ansible-connection verboistery ( #77509 )
...
* ansible-connection verboistery
for cli, just use normal parser creation
this also adds --help, but that seems fine
also some error cleanup
Co-authored-by: Nathaniel Case <this.is@nathanielca.se>
3 years ago
Brian Coca
3b9592fcaf
Move to display as single source of verbosity ( #77498 )
...
* Move to display as single source of verbosity
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
3 years ago
Andrew Klychkov
553a226da5
Steering Committee: add new member ( #77529 )
3 years ago
Matt Clay
32d67ce998
Exclude Python 2.6 from interpreter discovery.
3 years ago
David Moreau Simard
0d9a580f24
docs: Add porting guide for Ansible 6.0.0a1 ( #77526 )
3 years ago
Iheanacho Amarachi Sharon
fa7c5d9b10
Update reporting_bugs_and_features.rst ( #77518 )
3 years ago
Matt Martz
727387ad76
2.14 Roadmap ( #77387 )
...
Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
Matt Clay
460f842ae0
Remove openSUSE Python 2.7 from test matrix.
3 years ago
htol
d7fbde4ea9
Make "~/.ansible" path configurable ( #76114 )
...
* replace hardcoded '~/.ansible' to C.ANSIBLE_HOME
* rename previously existing env ANSIBLE_HOME in env-setup script
* modify cache dir monkeypatching in galaxy api unit tests
* update "version_added" to 2.14 for ANSIBLE_HOME
* fix description of collections with proper use of ANSIBLE_HOME
Co-authored-by: htol <github@h-tol.net>
Co-authored-by: stefanwascoding <stefan@syntaxhelden.de>
3 years ago
Emmanuel Ugwu
538a19b748
Update developing_collections_structure.rst ( #77496 )
3 years ago
Corubba
94138cf608
template override colon bugfixes ( #77495 )
...
* Proper error on missing jinja2 override separator
Properly catch the case when no (or a wrong) separator is used in a
jinja2 override, and return a useful error message to the user.
* Support colons in jinja2 override value
By limiting the split to 1, any colons in the value are preserved and
passed on.
3 years ago
Martin Krizek
94eff70030
PlayIterator - remove deprecated states ( #77444 )
3 years ago
Sloane Hertel
477c55b0d2
Get git executable for collections in git repos ( #77493 )
...
* Fix traceback installing collections from git repos if git is not installed
3 years ago
Emmanuel Ugwu
eef0a1cef9
Update developing_collections_shared.rst ( #77497 )
...
##### SUMMARY
Use of the meta/runtime.yml file to specify the ansible-core version for collections
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
3 years ago
Martin Krizek
7126bfc61c
Clarifying how handlers are handled ( #77372 )
3 years ago
Brian Coca
d7d2afd203
avoid recursion in example ( #77436 )
3 years ago
Martin Krizek
a85261342a
template module: document jinja2_native behavior ( #77445 )
3 years ago
Travis Michette
6da4186f6e
Update installing_collections_file.rst ( #77439 )
3 years ago
Sandra McCann
e8dbc84afe
Trivial ( #77467 )
...
Co-authored-by: Iheanacho Amarachi Sharon <58210919+Iheanacho-ai@users.noreply.github.com>
3 years ago
Martin Krizek
c7e198b907
Ensure correct environment_class is set on Template ( #77485 )
3 years ago
Matt Martz
66c5844978
ansible-test - Don't fail if network cannot be disconnected ( #77472 )
...
* Don't fail if network cannot be disconnected
* add clog frag
3 years ago
Sloane Hertel
62fe4718cb
Fix ini section for INVENTORY_UNPARSED_WARNING ( #77478 )
3 years ago
h4rr21
1d9c68d27e
honor use_proxy parameter ( #77312 )
...
* honor use_proxy parameter
* fix uri test with "use_proxy: no"
* fix urls.py module
Co-authored-by: Carlos <Juan.Carlos.Cardenas.Viera@ibm.com>
3 years ago
Jon "The Nice Guy" Spriggs
5b44035983
Hide "[WARNING]: No inventory was parsed" message ( #65499 )
...
* Add config option INVENTORY_UNPARSED_WARNING to hide the warning "No inventory was parsed, only implicit localhost is available"
3 years ago
Felix Fontein
6216c9fc93
Fix sanity test crash.
3 years ago
David Moreau Simard
36371500b7
docs: Update porting guide for ansible 5.6.0 ( #77466 )
3 years ago
Sandra McCann
26631de88c
Document how to release a collection ( #77391 )
...
Co-authored-by: Divine Odazie <dodazie@gmail.com>
3 years ago
Martin Krizek
dce30e2577
Remove deprecated Load-CommandUtils and Import-PrivilegeUtil ( #77457 )
3 years ago
Martin Krizek
cdf998fa79
cli - deprecated setting verbosity before sub command, cont'd ( #77456 )
...
Follow up on #75840
3 years ago
Martin Krizek
f41636b9b8
Remove deprecated UnsafeProxy ( #77455 )
3 years ago
Filip Chyla
3fe5f577e6
make collection warning message clearer ( #74859 )
3 years ago
Andrew Klychkov
82c622a26a
community_steering_committee.rst: add chairperson ( #77454 )
3 years ago
Matt Martz
2797dc644a
Add test to assert that missing libyaml doesn't result in an error. Fixes #77437
3 years ago
Dr. András Korn
ac56647f4a
INI: values with spaces can be single or double quoted ( #77369 )
3 years ago
Martin Krizek
9f82fc204b
apt_key: remove deprecated key module param ( #77409 )
3 years ago
Martin Krizek
f933f9a178
get_url: remove deprecated sha256sum module param ( #77408 )
3 years ago
Alicia Cozine
21addac5da
Docs cheatsheet - skeleton and ansible-playbook ( #76655 )
3 years ago
bluikko
6557a60d08
Most Matrix channels are ansible.com and not .im ( #77352 )
3 years ago
Matt Martz
e3aa73cb97
Catch ImportError when pyyaml doesn't have libyaml extension ( #77434 )
3 years ago
Martin Krizek
26149c45df
import_playbook: remove deprecated free form params ( #77431 )
3 years ago
Inclusive Coding Bot
eeef3110b2
Switch to gender neutral terms ( #77430 )
...
* Switch to gender neutral terms
* Update _selectors2.py
* Update foreman.py
* Update foreman.py
Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
3 years ago
Martin Krizek
d4dd4a82c0
Remove deprecated default.plugin_filters_cfg config option ( #77429 )
...
* Remove deprecated default.plugin_filters_cfg config option
Fixes #77398
* Fix tests
3 years ago
Martin Krizek
a421a38e10
Remove deprecated NETWORK_GROUP_MODULES env var ( #77428 )
...
Fixes #77397
3 years ago
Martin Krizek
f2387537b6
Remove deprecated DISPLAY_SKIPPED_HOSTS env var ( #77427 )
...
Fixes #77396
3 years ago
Martin Krizek
ff8a854e57
Remove deprecated LIBVIRT_LXC_NOSECLABEL env var ( #77426 )
...
Fixes #77395
3 years ago
Christian Adamini
e918cfa588
Fix list formatting ( #77354 )
3 years ago