Commit Graph

18773 Commits (afc82f6bebaac1f71bab5c07e9c010f9086c56b5)
 

Author SHA1 Message Date
Matt Davis afc82f6beb Merge pull request #14930 from mholiv/enable_dollar_as_first_char_in_folder_and_userName
Modified files to use single quotes rather than double for file path.…
8 years ago
Toshio Kuratomi 3221be4340 Reverse boilerplate order because from __future__ must be the first code in the file 8 years ago
Brian Coca 1c4cfee415 Merge pull request #15046 from bcoca/script_raw
removes python requirement to script
8 years ago
Brian Coca 1a48d10bff Merge pull request #15156 from listx/devel
examples/ansible.cfg: add vault_password_file
8 years ago
nitzmahone 4241106ad2 fix breakage from new recursive=True arg to chmod 8 years ago
Linus Arver 0814a37a76 examples/ansible.cfg: add vault_password_file 8 years ago
Toshio Kuratomi 80e7fbff75 Add python3 compat boilerplate 8 years ago
Toshio Kuratomi 17e8500202 Don't process the same host multiple times
Fixes #14259
8 years ago
Brian Coca 3de08e1bfc added new tests to changelog 8 years ago
Brian Coca 1ebc2fda71 removes python requirement to script
mistakenly added when checksum was made to use stat module
fixed assertion in test
8 years ago
Brian Coca 6768f34b31 Merge pull request #15062 from gechr/gc-subset-superset-filters
Add `issubset` and `issuperset` tests
8 years ago
Toshio Kuratomi fda3408db3 Merge pull request #13425 from ThomasSteinbach/docker_remote_connection
Allow setup of docker remote connections
8 years ago
Thomas Steinbach 870160b8ed fixed some breaks after merging ansible/devel 8 years ago
Thomas Steinbach cd2c140f69 forwarded docker_extra_args to latest upstream/origin/devel 8 years ago
Brian Coca 92f29746d9 remove coveralls from travis
hoping to save some time in tests, we already have coverage report
locally so no need to burden travis more.
8 years ago
Toshio Kuratomi 228ad3ca39 Should be errors=strict since we don't want to end up matching hosts like '???' 8 years ago
Toshio Kuratomi 13b295f1ee Fix using non-ascii for inventory hostname patterns with the CLI. 8 years ago
James Cammarata 4d42f1992b Merge branch 'static_includes' into devel 8 years ago
James Cammarata 2c20579a06 Add options to make includes 'static'
* Can be configured in the ansible.cfg for tasks/handlers individually
* If an included filename contains no vars or loops, it will be expanded
  in-place as if it were marked as static
8 years ago
Toshio Kuratomi f323eb858e nv_por is needed later in the file
Fixes #14654
8 years ago
Toshio Kuratomi c4a5cf174b Merge pull request #15009 from bcoca/py3_compat_fixes
Py3 compat fixes
8 years ago
James Cammarata f427955640 Make default var lookup for tasks follow the dep chain
Related to #14296 (@jjshoe's follow-up example on that issue)
8 years ago
Brian Coca 5b11494437 python3 compatiblity
remove use of basestring
deal with configparser
8 years ago
James Cammarata e11446490e Merge pull request #15132 from mattclay/travis-connection-tests
Run more connection tests in Docker.
8 years ago
Matt Clay 943e4d37f5 Run more connection tests in Docker.
Connection tests are now run before non_destructive to make sure
that the known_hosts file in our Docker image has not been removed.
8 years ago
Brian Coca 85cc3b734f Merge pull request #15124 from ansible/gregdek-community-patch-1
Add meeting info to Ansible community page
8 years ago
Brian Coca bb45e23e5b added sofltayer vm module to changelog 8 years ago
Toshio Kuratomi f56110a3f9 Merge pull request #15078 from ansible/module-permissions-fix
Don't create world-readable module and tempfiles without explicit user permission
8 years ago
Greg DeKoenigsberg a083c4f5a7 Add meeting info to Ansible community page 8 years ago
Toshio Kuratomi 52e9209491 Don't create world-readable module and tempfiles without explicit user permission 8 years ago
Brian Coca 0cabef19ad updated man pages with imssing become option
also moved -K to become password to align with current code
fixes #15123
8 years ago
Brian Coca fdb56e4bad avoid bad path entries 8 years ago
Toshio Kuratomi 1802e09b08 Exclude .tox from paths scanned for urlopen 8 years ago
Toshio Kuratomi 728bb7d85e Update submodule refs 8 years ago
Brian Coca 7cfdb23025 Merge pull request #15120 from dagwieers/patch-17
Update CONTRIBUTING.md to reflect new way of working
8 years ago
Brian Coca 0fbe42a60d Merge pull request #15122 from Shrews/changelog
Update CHANGELOG for new OpenStack modules
8 years ago
Toshio Kuratomi d3583108ec Fix log_invocation test on python2 with hash randomization 8 years ago
Toshio Kuratomi 917da92e2b Get rid of extra trailing space in log messages 8 years ago
David Shrewsbury 21e70bbd83 Update CHANGELOG for new OpenStack modules 8 years ago
Dag Wieers a4713db3b4 Update CONTRIBUTING.md with more recent developments
The file no longer reflects the new way of working (but was referenced at the top of the "new issue" interface).
8 years ago
Brian Coca e42bb8df6c Merge pull request #15114 from djmattyg007/document_squash_actions_config_setting
Add documentation for squash_actions configuration setting
8 years ago
Brian Coca 5a639a6389 Merge pull request #15118 from dagwieers/github-dir
Various improvements to issue/pull-request templates
8 years ago
Dag Wieers e4701b12ee One more improvement 8 years ago
Dag Wieers 2e9fc91844 Various improvements to issue/pull-request templates
- Instruct to verify if an issue/request already exists
- Use uppercase for titles (easier to parse as titles)
- Remove empty lines where it makes sense (instructions)
- Ensure that commit-message appears directly under summary (pull-requests)
8 years ago
Matthew Gamble 7b06ec79e3 Add documentation for squash_actions configuration setting 8 years ago
Abhijit Menon-Sen 72e111ecca Merge pull request #15112 from djmattyg007/comment_improvement
Small comment improvement in AnsibleModule class
8 years ago
Matthew Gamble 197e590d7c Small comment improvement in AnsibleModule class 8 years ago
Abhijit Menon-Sen 1b242ffb89 Merge pull request #15111 from xiaket/devel
complete the docstring. Fixed #14794
8 years ago
夏恺(Xia Kai) f9a9e5e1b9 complete the docstring. Fixed #14794
Signed-off-by: 夏恺(Xia Kai) <xiaket@gmail.com>
8 years ago
Peter Sprygada 5bb876b0e2 fixes issue with getting value with . (dot) in key in netcfg
This commit addresses a problem when attempting to retrieve a value from
the result that includes a dict key using . (dot).
8 years ago