Commit Graph

13588 Commits (1ba05dd3a298ccc0a377f718046dc80aeaea5860)

Author SHA1 Message Date
James Cammarata 93c9803818 Removing some leftover debug prints and cleaning up test sample 2015-03-20 23:25:21 -05:00
Brian Coca cf96c7719e added become_method list and pipeline support to connection class methods
added generic method to check supported become methods for the connection plugin
2015-03-20 23:48:52 -04:00
Brian Coca cd26aead17 Merge pull request #10511 from bcoca/v2_become_fix_cli
fixed command line PE options to be the same as in 1.9
2015-03-20 23:44:40 -04:00
Brian Coca c7c8425856 fixed command line PE options to be the same as in 1.9 2015-03-20 23:12:16 -04:00
Brian Coca 3109e7ec68 Merge pull request #10457 from bcoca/docsite_returnval_docs
Docsite returnval docs
2015-03-20 17:27:22 -04:00
Brian Coca 72586d0df5 updated to latest core/devel 2015-03-20 17:27:00 -04:00
Brian Coca c3076b8478 added module returnval documentation to web docs 2015-03-20 16:55:03 -04:00
Brian Coca 64b447f01b grammer correction 2015-03-20 16:55:03 -04:00
Brian Coca 2cacac4b23 minor adjustments to formatting 2015-03-20 16:55:03 -04:00
Brian Coca 690d227034 extended return value explanation 2015-03-20 16:55:03 -04:00
Brian Coca 94909bd4a2 Added return values documentation to modules 2015-03-20 16:55:03 -04:00
James Cammarata 393246fdd3 Make v2 playbook class attributes inheritable
Also fixing some other become-related things
2015-03-20 14:15:12 -05:00
Toshio Kuratomi 8d8c4c0615 Update modules for asg tag fix 2015-03-20 11:39:58 -07:00
Toshio Kuratomi b186676e38 Clean up jsonify and make json_dict_*to* more flexible at the same time. 2015-03-20 11:35:19 -07:00
Brian Coca f976d47fa3 Merge pull request #10508 from ebastos/devel
correctly identifies oracle linux
2015-03-20 13:52:07 -04:00
Eri Bastos d4eddabb2a Patch for bug #10485 - ansible_distribution fact populates as 'RedHat' on Oracle Linux systems 2015-03-20 14:40:44 -03:00
Brian Coca d4ebe77502 now use combine vars to preserve existing cached host vars 2015-03-20 11:34:18 -04:00
Brian Coca c49685b753 removed debug play from tests 2015-03-20 11:25:48 -04:00
Brian Coca a53cf9d6fa now correctly aplies add_host passed variables last to override existing vars. 2015-03-20 11:22:07 -04:00
Brian Coca 7aab5d6828 Merge pull request #10503 from bcoca/addhost_addhostvars
now add_host loads hostvars
2015-03-20 10:31:45 -04:00
Brian Coca 0c57bed728 now add_host loads hostvars 2015-03-20 10:14:53 -04:00
Toshio Kuratomi 6264eb4e02 Pull in ec2_asg fixes from core modules 2015-03-19 22:45:47 -07:00
Toshio Kuratomi e73b945900 Merge pull request #10112 from jsmartin/ec2_asg_rolling_integration_tests
Adds integration tests for new ec2_asg features
2015-03-19 22:41:00 -07:00
Toshio Kuratomi d1641f2925 Remove the multiline string for arguments not. 2015-03-19 16:10:01 -07:00
Toshio Kuratomi 86dc83b76d Merge pull request #10163 from maxamillion/docs_yaml_dict_playbook
Add intro to playbook docs using YAML dictionaries
2015-03-19 16:08:36 -07:00
Toshio Kuratomi ac1c49302d Update core modules pointer 2015-03-19 12:50:46 -07:00
Brian Coca c576b440c6 Merge pull request #10502 from bcoca/checksums_only_sudo
ignore PE methods that are not sudo for checksums
2015-03-19 14:42:56 -04:00
Brian Coca 456f83962d ignore PE methods that are not sudo for checksums until we get them working universally 2015-03-19 14:31:00 -04:00
Brian Coca 85cfe1bd52 added google addwords tag 2015-03-19 11:17:16 -04:00
Toshio Kuratomi 73f5a1fcdd Update the extras module pointer 2015-03-18 20:25:53 -07:00
Toshio Kuratomi b8efd3f777 Update core module pointer 2015-03-18 19:55:13 -07:00
Toshio Kuratomi 98db6a232d Have selinux allow docker<=>nginx communication 2015-03-18 18:56:46 -07:00
Toshio Kuratomi 9dd5f8c758 Update core module pointer 2015-03-18 18:30:10 -07:00
Toshio Kuratomi 3c52c36629 Okay, let's see if these pauses are enough to get this passing 2015-03-18 17:58:29 -07:00
Brian Coca fd2d7fe447 Merge pull request #10290 from bcoca/remove_bare_warning
removed bare variable detection as this confuses people
2015-03-18 20:43:56 -04:00
Toshio Kuratomi 2a967879fb Fix the removal of busybox image 2015-03-18 14:05:27 -07:00
Toshio Kuratomi c2fb0b8f9d Some debugging for why docker tests are failing in jenkins 2015-03-18 13:40:19 -07:00
Toshio Kuratomi f4c1260d03 Add more tests for private docker registries 2015-03-18 12:16:18 -07:00
Brian Coca ba4e9a4c82 added missing become method inventory override 2015-03-17 19:19:48 -04:00
Toshio Kuratomi 259744d5f4 Remove debug statements 2015-03-17 14:41:06 -07:00
Toshio Kuratomi 2cfeec3683 Add tests using a docker private registry 2015-03-17 14:41:06 -07:00
Brian Coca fe6a2d644d Merge pull request #10487 from sgargan/cron-pull-path-issue
avoid path issues by determining the path of ansible-pull and using its ...
2015-03-17 17:37:42 -04:00
Steve Gargan 4ce791fe84 avoid path issues by determining the path of ansible-pull and using its path to run ansible and ansible-playbook 2015-03-17 21:25:45 +00:00
Toshio Kuratomi 9e14471471 And ran into a different problem with centos6. Sigh. 2015-03-17 14:14:26 -07:00
Toshio Kuratomi 85e137bbad Attempt to enable docker tests for rhel/centos6 as well 2015-03-17 13:52:44 -07:00
Toshio Kuratomi f8ec1451ea Would help if I added these files in the right directory 2015-03-17 13:31:54 -07:00
Toshio Kuratomi 23291e8d8c Ugh, looks like very few distros have the proper packages to run the docker module.
break up the tests so that we can maybe  run this on at least one
platform
2015-03-17 13:18:42 -07:00
Toshio Kuratomi a64de2e000 Initial test of the docker module 2015-03-17 12:32:07 -07:00
Toshio Kuratomi f9a66a7ff7 Update core module pointer 2015-03-17 11:03:15 -07:00
Toshio Kuratomi e42848e0fe Better comment for why we have get_checksum call itself sometimes 2015-03-17 11:02:07 -07:00