James Tanner
cf0a0ca3d2
Fixes #6519 Properly handle state=absent in sysctl module
2014-03-18 09:30:21 -04:00
James Tanner
db3d2e1042
Fixes #6542 rewrite test string for osx compatibility
2014-03-18 09:03:55 -04:00
Matt Bray
79b3efc989
docker: add tty and stdin_open options
...
Useful for development environments. Setting these options to true
allows you to `docker attach` to a docker container started with
ansible.
2014-03-18 11:57:01 +00:00
James Cammarata
84908a57fc
Don't filter role deps on tags
...
Also, fixed a bug where the tags were being merged into the wrong
data structure (passed_vars) in _build_role_dependencies()
Fixes #6439
Fixes #5709
2014-03-17 23:03:16 -05:00
Ramon de la Fuente
f51872885c
mandatory silly mistake
2014-03-18 04:59:15 +01:00
Ramon de la Fuente
b4cd4ad15b
A module for notifications through the Slack.com platform
...
This module can send messages through Slack.com, and supports all options
available in the "incoming webhook integration".
- text
- channel
- username
- icon_url / icon_emoji
- link_names
- parse
2014-03-18 04:46:08 +01:00
James Tanner
7c5ad1fa23
Fixes #6539 Workaround py26 vs py27 difflib results
2014-03-17 22:21:30 -04:00
Zeekin
5e8641b834
Added AWS modules ec2_scaling_policy and ec2_metricalarm for configuring scaling policies for autoscaling groups, and metric alarms.
2014-03-18 10:32:55 +10:00
vyrak bunleang
f5289deee7
prevent state from changing from head to installed
...
allows for --HEAD to be included in brew install command
2014-03-17 16:56:54 -06:00
Michael DeHaan
9da26da335
Merge branch 'ini_vars' of git://github.com/dmage/ansible into devel
2014-03-17 17:37:57 -04:00
Michael DeHaan
13f69dad05
Merge pull request #6527 from patrickheeney/hosts-bug
...
Fix for hostkey directory
2014-03-17 17:35:27 -04:00
Michael DeHaan
23990b94c9
Merge pull request #6529 from sivel/apt-repository-no-pycurl
...
Remove dependency on pycurl in apt_repository
2014-03-17 17:32:23 -04:00
Michael DeHaan
94e3350b38
Catch a unquoted line error. Fixes #6532
2014-03-17 17:15:42 -04:00
jctanner
b8d5ba42f5
Merge pull request #6523 from sergevanginderachter/vault-in-subdirs
...
Pass through vault_password when parsing host/group vars as directories.
2014-03-17 17:06:41 -04:00
James Cammarata
c4f1c3c6b0
Merge branch 'bcoca-file_fixes_clean' into devel
2014-03-17 16:02:33 -05:00
James Tanner
ad70e9bcd6
Fixes #6227 skip non-unicode strings and catch decode errors silently in template_from_string
2014-03-17 16:54:25 -04:00
Michael DeHaan
8eb547edaa
Merge pull request #6531 from bob-smith/formatting
...
Add space after full stop in ansible-galaxy help
2014-03-17 16:37:02 -04:00
James Tanner
20262b6c15
Remove unused variable in _executor_internal
2014-03-17 15:53:48 -04:00
James Tanner
c09e46517e
Merge pull request #5864 from stevetjoa/ansible
...
adding -K flag for ask-sudo-pass to ansible-pull
2014-03-17 15:15:25 -04:00
James Cammarata
5d8c9d3f0f
Merge branch 'file_fixes_clean' of https://github.com/bcoca/ansible into bcoca-file_fixes_clean
2014-03-17 14:03:26 -05:00
James Tanner
70f4e0807c
Fixes #6467 ansible command should not assume sudo if ask_sudo_pass or sudo_user
2014-03-17 15:03:05 -04:00
John Barker
aa87afaa87
Add space after full stop in ansible-galaxy help
2014-03-17 18:52:44 +00:00
Matt Martz
7af8a33def
remove dependency on pycurl from apt_repository by using module_utils/urls.py instead
2014-03-17 11:31:04 -05:00
James Cammarata
7edee91aba
Fixing a bug in role tag handling where only the first tag was used
...
Fixes #6517
2014-03-17 11:28:54 -05:00
James Tanner
ebb6b8442b
Catch unicode unescape failures in copy action plugin
2014-03-17 12:14:29 -04:00
patrickheeney
a9aab23f11
Fix for hostkey directory
2014-03-17 09:00:08 -07:00
James Cammarata
12c812f030
Adding a man page for ansible-vault
...
Fixes #6471
2014-03-17 10:02:54 -05:00
James Laska
4ef2603a62
Add yum+apt integration tests for auto dependency installalation
...
The `apt` and `yum` modules will automatically install python dependencies.
This change updates the existing integration tests to test whether auto-install
of dependencies is functioning properly.
2014-03-17 10:42:29 -04:00
James Tanner
b14c658532
Fix concatenation for with_file
2014-03-17 10:38:22 -04:00
Michael DeHaan
caa0b02962
Update formatting in module example.
2014-03-17 09:10:33 -04:00
Michael DeHaan
f96568ab81
Merge pull request #6521 from GDvalle/fix_ftp_urls
...
fetch_url: Avoid credential stripping for FTP-scheme URLs
2014-03-17 06:45:07 -05:00
Michael DeHaan
47f5bac67e
Merge pull request #6518 from spiroid/devel
...
fix: bug in apt module when python-apt is not available
2014-03-17 06:43:22 -05:00
Serge van Ginderachter
280498a7e5
Pass through vault_password when parsing host/group vars as directories.
...
Fixes a bug where vault_password parameter was not passed through in
_load_vars_from_folder()
modified: lib/ansible/inventory/vars_plugins/group_vars.py
2014-03-17 10:51:04 +01:00
Greg Dallavalle
77229553a3
fetch_url: Avoid credential stripping for FTP-scheme URLs
2014-03-16 20:41:03 -05:00
Zeekin
dae519b723
Improvements to ec2 autoscaling modules
...
* Added desired_capacity and vpc_zone_identifier to ec2_asg
* Use ec2_argument_spec() method and then remove unnecessary
declarations from argument_spec
* Remove AWS_REGIONS declaration
* Rename block_device_mappings to volumes to be consistent with ec2
* Remove all pep8 warnings except line length and continuation indent
* Use updated module_utils/ec2.py to add profile and security_token
support
* Remove mandatory arguments for delete to make launchconfig deletion
work
* Handle existing launch configurations better
* Improve output information
* Improve documentation
2014-03-17 11:33:43 +10:00
Jonathan Dray
0981488df7
fix: bug in apt when python-apt is not present apt-get was not called due to unsafe call
2014-03-17 02:24:12 +01:00
Michael DeHaan
47aff528b9
Amend wait_for docs to reference version of feature addition.
2014-03-16 17:10:37 -04:00
Michael DeHaan
de57057cae
Merge branch 'devel' of git://github.com/AnderEnder/ansible into devel
2014-03-16 17:10:02 -04:00
Michael DeHaan
fe696e4720
Merge commit.
2014-03-16 17:08:26 -04:00
Michael DeHaan
7ab54321d2
Merge pull request #5457 from tszming/devel
...
Allow = symbols in variable values in host inventory
2014-03-16 15:56:57 -05:00
Michael DeHaan
b471d84e52
Version bump for alternatives module, changelog.
2014-03-16 16:54:57 -04:00
Gabe Mulley
1cae0a6801
add a module for update-alternatives
2014-03-16 16:54:57 -04:00
Michael DeHaan
aaaf9dbc43
Merge pull request #5597 from laggyluke/mongodb_user_idempotence
...
Fix idempotence in mongodb_user module
2014-03-16 15:50:43 -05:00
Michael DeHaan
e4fcc434d1
Version bump, bigip_facts + changelog
2014-03-16 16:48:41 -04:00
Michael DeHaan
51f90c1712
Bump twilio module version_added, changelog.
2014-03-16 16:48:41 -04:00
Matthew Makai
2215111ec5
adding twilio module for sending text notifications in build process
2014-03-16 16:48:41 -04:00
Michael DeHaan
b41541c62a
Merge conflict.
2014-03-16 16:48:03 -04:00
Matthew Makai
8420211aee
new module to send text message notifications
2014-03-16 16:47:49 -04:00
Matt Hite
42d6fc2b54
New bigip_facts module
2014-03-16 16:47:49 -04:00
Michael DeHaan
fd0ff6f174
Merge pull request #5711 from sivel/plugin-realpath
...
Use realpath for plugin directories instead of abspath
2014-03-16 15:42:47 -05:00