Brian Coca
f8f0c4abc8
added formatting
8 years ago
Brian Coca
f00490007c
actually fix tickets in previous commit
...
both modules had similar issues and i conflated them
8 years ago
Brian Coca
f86e6a2152
updated timezone docs to avoid repainting bikeshed
...
fixes #19272
fixes #20570
8 years ago
Ondra Machacek
43519c9bef
Add oVirt modules notes to CHANGELOG ( #20401 )
8 years ago
Peter Sprygada
8495b6323a
fixes minor issue in get_block_config() ( #20544 )
...
passed an invalid argument to dumps() to return the config block
8 years ago
Matt Clay
61e6e7868c
Improve jinja2 test coverage. ( #20533 )
...
* Run `template` test on latest jinja2 version.
* Update jinja2 install for groupby_filter.
* Clean test output dir for each test.
8 years ago
Matt Clay
d87ee022bb
Enable more `ios` tests on Shippable.
8 years ago
John R Barker
11c15bbbaf
Disable IOS tests for the moment ( #20524 )
8 years ago
John R Barker
a12033a6e0
integration/targets/ios_* work to support IOS ( #20414 )
...
* WIP
* Don't set connection: network_cli in the playbook
* ios_config tests now passing
* Create test loopback device
* delete
* ios_* pass (apart from ios_facts)
* Remove provider lines
8 years ago
John R Barker
7330ab8062
Correctly call get_config ( #20452 )
...
* Correctly call get_config
* remove debug
* Check for empty flags and LocalAnsibleModule
* Peter's feedback
8 years ago
Adrian Likins
92a568c816
Fix exc on ansible-console --ask-vault-pass with empty password
...
Fixes #20502
8 years ago
Adrian Likins
d7615f68c4
Docs cleanup ( #20517 )
...
* build-site.py is no longer used, remove
Replacement is using the standard sphinx-build script.
Makefiles already use that, but standalone use of
build-site.py is no longer needed.
* build.sh no longer used in docs build
8 years ago
Dag Wieers
e3c95615b2
Summarize description and add a longer note ( #20507 )
8 years ago
James Cammarata
188c3c608a
Don't restrict local jinja2 variables to those that start with l_
...
Per a change in jinja2 2.9, local variables no longer are prefixed
with l_, so this updates AnsibleJ2Vars to pull in all locals (while
excluding some) regardless of name.
Fixes #20063
(cherry picked from commit 4d49b317929b86e1fc1b0cbace825ff73b372dc7)
8 years ago
HyungCheol Kim
fc04164505
Correct typos. ( #20490 )
8 years ago
ABond
cef0adfba0
Issue #20179 Fix doc string handler notify call ( #20499 )
8 years ago
Brian Coca
216e2c8813
leaving os immediate
8 years ago
Brian Coca
0803c638bb
set cpus only if not set already
8 years ago
Brian Coca
c95bd7d9b0
fixed escape again
8 years ago
Brian Coca
8283d08536
escape $
8 years ago
Toshio Kuratomi
e7505220d4
Need to define the OS variable at this level too
8 years ago
Brian Coca
ccb40e364f
ignore new build dir
8 years ago
Matt Clay
9213d0c5b0
Fix and enable more tests for osx and freebsd. ( #20482 )
...
* Fix `iterators` test for osx.
* Enable `git` test for osx.
* Enable `get_url` test for osx and freebsd.
* Remove unused SNI_URI from uri test.
* Use ansible hosted SNI host oustside docker.
* Enable `uri` test for osx and freebsd.
* Enable `gathering_facts` test for osx.
* Skip single task on osx until test is fixed.
8 years ago
Will Thames
75437bbe3c
Fix ec2_vpc deprecation docs
...
Clarify the CHANGELOG with deprecation timeline
Correct name of `ec2_vpc_net` module to be used instead
8 years ago
Marcos Diez
1839c8699d
fix code typo ( #20478 )
8 years ago
Brian Coca
bcdfdc0cc3
minor cleanups
...
removed redundant print/exits
removed unused import and var
8 years ago
Peter Nagy
b4fb4420bb
Specify in requirements one needs to have admin rights ( #20455 )
...
After much plumbing through the source code, python-gitlab and the Gitlab API I found out why I cannot update my ssh keys through this module - because it expects the user to have admin rights on the server. This could be made clearer in the requirements because the Gitlab API allows one to change his/her own profile, it's just that the module or the underlying library doesn't cover this use case.
8 years ago
Brian Coca
19496b5b73
fix service status setting
...
fixes #18687 as 'disabled' can be at the end of the output
fixes #20228 by not falling back to init scripts when it is a user service
8 years ago
Brian Coca
49e9d10f8e
fixed .gitignore for new doc locations
8 years ago
Brian Coca
221771c0c9
fixed fact gathering verbosity hint
...
also removed redundant cleanup in normal plugin as module execution already removes _ansible_* from results
fixes #20378
8 years ago
Robert Sax
9d26d8b605
fixing mime types in s3_sync module ( #20059 )
8 years ago
Lucas Alvares Gomes
e8a94acffa
Pass the HOME environment variable to testenv in tox.ini
...
In order to avoid the "missing HOME variable" issue when running the
unit tests, this patch is passing the HOME environment variable to
[testenv].
Fixes #20424
8 years ago
Adam Johnson
fbfe66967d
Doc module meta grammar fixes ( #20446 )
...
* Remove unnecessary 'the'
* End sentences with a period
8 years ago
Matt Clay
25caa67d41
Disable pull of updated Shippable docker image.
...
This should improve reliability of our jobs on Shippable.
The Shippable AMIs should already have the latest docker image,
per Shippable support, so pull doesn't provide any benefit for us.
8 years ago
Matt Martz
537b3b75a6
Add jinja2 groupby filter override to cast namedtuple to tuple. Fixes #20098 ( #20362 )
...
* Add jinja2 groupby filter override to cast namedtuple to tuple. Fixes #20098
* Address some of the requested changes
* Quoting
* Print the python path and version
* Be less explicitly verbose, rely on implicit verbosity
8 years ago
Michael Scherer
809aa7a653
Do not leak uri password in logs ( #20427 )
8 years ago
Matt Clay
a8fb6f0958
Use jinja2 import instead of pip to get version.
...
This resolves issues with older versions of pip.
8 years ago
Brian Coca
2a5d949c52
corrected path to edit docs on devel to new loc
...
fixes #20474
8 years ago
Ross Williams
592c79e837
Add support for registering Amazon Machine Images from EBS snapshots. ( #19020 )
8 years ago
Brian Coca
4e49744031
added 2.1 release info
8 years ago
Brian Coca
6d647aaf55
updated with 2.2.1 release
8 years ago
Brian Coca
cf82023a41
added piped option entry to changelog
8 years ago
Andrew Gaffney
ac51266e8f
Add pipeline-ish method using dd for file transfer over SSH ( #18642 )
8 years ago
cliles
2a90963833
- If katello sends manifest did not change, do not report a change. - Allow support of repository_sets that do not have a releasever, like the Red Hat Satellite Tools 6.2 for RHEL 7 Server RPMs x86_64 set. ( #19022 )
8 years ago
Brian Coca
ebd06ebba0
updated 2.2.0 release date
8 years ago
Brian Coca
58b6027a75
remote user should rely on context, not direct var
...
this can cause issues with non-ssh connections and/or ansible_user
8 years ago
Fabio Alessandro Locati
b2acba0d16
Improve examples and remove shell ( #19208 )
8 years ago
Fabio Alessandro Locati
7a275f61de
system/beadm: improve examples ( #20461 )
8 years ago
Fabio Alessandro Locati
a0abaf5409
files/patch: improve examples ( #20463 )
8 years ago
Toshio Kuratomi
05879d331a
Fix linenos being wrong in inventory errors
...
Fixes #20356
8 years ago