Commit Graph

19180 Commits (c2efb0b7e640b4de3b2bab7a30b0930f2df5be9e)
 

Author SHA1 Message Date
Ritesh Khadgaray 3608829b1b vmware.py: allow for better search functionality (#15053)
- search entity by path
 - search vm based on folder
 - search for a vm based on given id ( uuid/name/dns_name/ip/inventory_path)
 - search for a cluster by name, in a given datacenter (optionally)
 - search for objects of a given type in a folder

Note: instance uuid is unique to a VM
8 years ago
Chris Houseknecht bbe32a4b5e Merge pull request #15449 from chouseknecht/azure_common
Add missing AD user params.
8 years ago
chouseknecht ea07afe67b
Add missing AD user params. 8 years ago
Chris Houseknecht bc5e458aa9 Merge pull request #15358 from chouseknecht/azure_guide
Adding Getting Started with Azure guide.
8 years ago
chouseknecht 4a7fd097ba Adding Getting Started with Azure guide. 8 years ago
Chris Houseknecht 9e6988c7b5 Merge pull request #15359 from chouseknecht/azure_common
Adding common utils module for new Azure modules.
8 years ago
Chris Houseknecht b0fac225ca Merge pull request #15360 from chouseknecht/azure_inventory
Adding new Azure inventory script.
8 years ago
Chris Houseknecht 4f79b584ed Merge pull request #15425 from chouseknecht/azure_doc_fragment
Adding Azure module doc fragments.
8 years ago
chouseknecht a5bed1570e Adding new Azure inventory script. 8 years ago
chouseknecht 98d8da1e67 Adding Azure module doc fragments. 8 years ago
chouseknecht 47620737fb Adding common utils module for new Azure modules. 8 years ago
Matt Clay 5fc76df18b Add lxd connection plugin. 8 years ago
James Cammarata 319e50abd5 Merge pull request #15435 from sivel/ansible-modules-core/issues/3437
Don't pass context to urlopen, instead add it to the handlers
8 years ago
Matt Martz a985bf6a31 Don't pass context to urlopen, instead add it to the handlers. Fixes https://github.com/ansible/ansible-modules-core/issues/3437 8 years ago
Robin Roth 49cdc565c5 remove nose.tools use 8 years ago
Robin Roth 4088aa2b4c get rid of assert_in 8 years ago
Robin Roth 692bf51fde move gen_testcase to hacking/tests
* also use json instead of pprint
8 years ago
Robin Roth 37188ea336 cleanup tests
* use nose test generator
* more comments
* move facts import inside the skipped function, fix python3 warning
8 years ago
Robin Roth 2b104fe6ad fix tests for SLES and CoreOS
* include #15230
8 years ago
Brian Coca 7062e086d4 made paging marker configurable as boto differs 8 years ago
Toshio Kuratomi 0820ac5f7f Merge pull request #15428 from robinro/fix_test_git
fix broken build, test git version before running test on depth
8 years ago
Robin Roth b48e628429 test git version before running test on depth 8 years ago
nitzmahone e75077fb23 bump submodule refs 8 years ago
= 157072a39f Windows: win_regedit integration tests (following https://github.com/ansible/ansible-modules-extras/pull/2034 ) 8 years ago
Toshio Kuratomi 669f3dc3a8 Cleanup. Since we no longer pass a lock, we no longer need to create it 8 years ago
Peter Sprygada 9111efc975 adds two new regex filters for use in playbooks (#14696)
The first filter is regex_search which adds the ability to do a regex
search on a fact.  The filter supports returning either all capture groups
or a set of capture groups (either by index or named).

Example usage of regex_search filter

debug: msg="{{ out.stdout[0] | regex_search('image version. (?P<test>\d+).(\d+)', '\\g<test>', '\\2' ) }}"

The second filter is regex_findall with adds the capability to do a
regex findall on a fact or variable and return all occurances of a pattern.

debug: msg="{{ out.stdout[0] | regex_findall('vlan (\d+)' }}"

The filter supports two addtional keyword arguments, ignorecase=[true, false]
and multiline=[true, false]
8 years ago
Brian Coca 5940d3d45b fixes to vault/copy
rm _del_ as it might leak memory
renamed to tmp file cleanup
added exception handling when traversing file list, even if one fails try rest
added cleanup to finally to ensure removal in most cases
8 years ago
Cambell cdf6e3e4bf feature/copy-vault-dataloader: Add method get_real_file(file_path) to dataloader
- get_real_file will decrypt vault encrypted files and return a path to
  a temporary file.

- cleanup_real_file will remove a temporary file created previously with
  get_real_file
8 years ago
Robin Roth 776bffb52b Expand git integration test (#15391)
* add testcases to git for depth

* also in combination with refspec, which gets more tricky

* add testcase for ansible/ansible-modules-core#527
8 years ago
Greg DeKoenigsberg 4edeba9518 Changing code of conduct email address
Will change back when we actually get the code of conduct alias set up
8 years ago
Robin Roth 3c883d8a6d add testcases from refactor PR 8 years ago
Allyson Bowles 7f500ce6b9 Updates the community code of conduct (#15164)
* Updates to the Community Code of Conduct

Fleshes out the Code of Conduct, with adaptations from the Contributor
Covenant and the Elastic.co Community Code of Conduct.

* Better format subsections

* Use strong emphasis instead of sections

* Set subsections correctly and add newline after strong emphasis
8 years ago
Matt Clay af8258cdf2 Revert "Increase verbosity of connection tests." (#15305) 8 years ago
Patrick Ogenstad 6c5ea685a2 Allow timeout to be configurable (#14973) 8 years ago
Toshio Kuratomi 78365e206f Merge pull request #15059 from willthames/remove_boto_ec2_requirement
Remove need for unnecessary boto.ec2 import
8 years ago
Toshio Kuratomi 2163a24a12 Fix when debug commands are run on the wrapper and the wrapper as a file in the current directory 8 years ago
Toshio Kuratomi d78ba34cf0 We switched away from passing the lock via the arguments to modify_module
Need to fix test-module to not pass the lock either
8 years ago
Brian Coca a5a6bcfbbf updated capabilities to new way of module ref 8 years ago
Brian Coca b63238ff2c removed unused code for signal handling 8 years ago
David Shrewsbury 6a3b6ef2c7 Update CHANGELOG for new os_project_facts module (#15406)
New OpenStack module os_project_facts.
8 years ago
Michael Scherer 74c83a91ed Add caps facts, fix #10360 (#15292) 8 years ago
Wolfgang Karall 7a9b8e43da get_mount_facts -- find bind mounts and add info to options field (#12036)
* get_mount_facts -- find bind mounts and add info to options field

* get_mount_facts -- only run findmnt if get_bin_path() finds the binary
8 years ago
Sandra Wills 4822c2caa5 minor typo fixes
fixed a few minor typos in the intro for the section
"Deprecating and making module aliases"
8 years ago
Sandra Wills 59456af8be attempting to wrangle feedback from git comments.
please edit specific lines when possible to ensure your feedback
is incorporated properly. thanks!
8 years ago
Sandra Wills 640f4e79bd trying the new content in the checklist instead of new sections
per bcoca's comment, thought I would move the new content to the checklist
to see if you guys think this is a better treatment.
8 years ago
Sandra Wills c3a086a55e adding links and anchors for links, referencing check mode 8 years ago
Sandra Wills f9d9cb8245 start of merge from google doc and team comments, module guidelines as focus, added a link anchor as needed 8 years ago
Toshio Kuratomi 208ad36ce4 Merge pull request #15344 from abadger/ziploader
Ziploader "recursive imports" and caching
8 years ago
Jonathon Klobucar 7bee994e1c Fix for serial when percent amount is less than one host (#15396)
Ansible when there was a percentage that was calculated to be less than
1.0 would run all hosts as the value for a rolling update.

The error is due to the fact that Python will round a
float that is under 1.0 to 0, which will trigger the case of
0 hosts. The 0 host case tells ansible to run all hosts.

The fix will see if the percentage calculation after int
conversion is 0 and will else to 1 host.
8 years ago
David Shrewsbury 22467a0de8 Merge pull request #15232 from donovan/fix-openstack-config-file-name
add openstack.yml to CONFIG_FILES to be consistent with documentation
8 years ago