Michael DeHaan
3b285d736c
Merge pull request #6296 from jdauphant/devel
...
Add linux module parameters for the modprobe module
12 years ago
Michael DeHaan
9921f804f9
Merge pull request #6643 from herbygillot/fact-full-hostname
...
Add a fact providing the full hostname, without the domain portion
12 years ago
Michael DeHaan
9870784d80
Merge pull request #6733 from jjshoe/patch-1
...
Add meta to the directory layout for roles
12 years ago
Michael DeHaan
6a4bae3b73
Merge pull request #6735 from echohead/with_first_found_typo
...
Fix typo in with_first_found doc.
12 years ago
Tim Miller
0306096fee
Fix typo in with_first_found doc.
12 years ago
jjshoe
647c92791c
Add meta to the directory layout for roles
12 years ago
Michael DeHaan
ac18d289aa
Merge pull request #6732 from ciupicri/micro-optimizations
...
Micro-optimizations
12 years ago
Ingmar Hupp
cc01f7b7f5
Do not filter out RDS instances by default or in INI file to avoid changing current behaviour.
12 years ago
Cristian Ciupitu
96ff1444f0
Micro-optimization: replace s.find(x)==0 with s.startswith(x)
...
timeit shows a speedup of ~1.4x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
12 years ago
Cristian Ciupitu
1eaf85b89f
Micro-optimization: replace s.find(x)!=-1 with x in s
...
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
12 years ago
Michael DeHaan
cda90e3ff6
Merge pull request #6720 from ahtik/issue-ufw-reset-fix
...
Fixed ufw module doc reset vs reseted
12 years ago
Matt Martz
bb86443528
Implement recommendations from #4864
12 years ago
Paul Oyston
1942a69ed2
Added template call to _executor_internal to allow the passing of arbitrary data to modules.
12 years ago
Ingmar Hupp
456d2627e8
EC2 inventory toggle to exclude/include RDS instances.
12 years ago
James Tanner
95a283ccaa
Addresses #4109 Remove debug print statement
12 years ago
James Tanner
c1f4142a29
Fixes #4109 Filter plays by tags when using --list-hosts
12 years ago
Ahti Kitsik
4d55f86f95
Fixed ufw module doc tags, it's reset everywhere, not reseted.
12 years ago
Michael DeHaan
1faa840b67
Merge pull request #6713 from hfinucane/sshconfdotpy
...
Make ssh_config paramiko 1.12/1.13 compatible
12 years ago
jjshoe
d57910b93a
Allow you to pass in arbitrary rsync options. I also added help for it, and what version it was added in.
12 years ago
Henry Finucane
7626eacc7a
Make ssh_config paramiko 1.12/1.13 compatible
12 years ago
Jesse Keating
3315ba0b99
Treat 255 errors from raw as dark host
...
Any other module is able to detect a dark host, but raw was treating 255
as a return code from the module execution, rather from the connection
attempt. This change allows 255 to be treated as a connection failure
when using the raw module.
12 years ago
Michael DeHaan
cf434df6a4
Merge pull request #6707 from sivel/rax-extra-args
...
rax module: Support arbitrary extra args
12 years ago
James Cammarata
78bdb078fe
Fix for bug related to async jid polling change plus a new test
12 years ago
James Tanner
88462729aa
Addresses #6708 fill in missing keywords for ssh.py _communicate
12 years ago
Christopher H. Laco
972a27b14e
Add Rackspace Cloud Block Storage modules
...
- Add rax_cbs to create/delete cloud block storage volumes
- Add rax_cbs_attachments to attach/detach volumes from servers
12 years ago
jctanner
7dc3dc5279
Merge pull request #6708 from sivel/put-file-control-master
...
Share p.communicate alternative logic between exec_command and put_file
12 years ago
James Cammarata
e09313120c
Make async jid's unique per host
...
The jid will now also contain the PID of the async_wrapper process,
and can each unique jid from each host is tracked rather than just
relying on one global jid per task.
Fixes #5582
12 years ago
James Tanner
38de8cc87e
Addresses #6705 Only set the role_uuid inside the role vars
12 years ago
Matt Martz
b8cb23d309
Share p.communicate alternative logic between exec_command and put_file
12 years ago
Matt Martz
e093b216ff
Support arbitrary extra args in rax module
...
Add extra_create_args and extra_client_args to rax module to support passing
advanced configuration options to client instantiation and server create calls.
12 years ago
Michael DeHaan
2ce77b8ccf
Merge pull request #6706 from geerlingguy/devel
...
Fix template validation docs and example.
12 years ago
Jeff Geerling
8960cba4a3
Fixed template validation docs and example.
12 years ago
James Tanner
8991e403e8
Fixes #6705 Give each role a unique uuid and apply tags only to tasks matching the uuid
12 years ago
Michael DeHaan
c9f93ccd16
Merge pull request #6699 from clconway/devel
...
Fixes minor typos in the GCE guide, one of which causes a code block to ...
12 years ago
James Cammarata
9ede6f7f49
Convert gather_facts to a boolean value if it is not None
...
Fixes #5618
12 years ago
James Tanner
2a976ac313
Fixes #5059 Ignore lookup failures when templating a task name
12 years ago
Anton Lindström
71949fbc9f
Make pip dry run work better for the common case
...
This change allows the pip module to figure out if something needs to be done during
a dry run using 'pip freeze'. This is implemented for the most basic case: name,
version and state=(present|absent). In other cases it will fall back to the old
behavior.
12 years ago
Chris Conway
f1ab5109ea
Fixes minor typos in the GCE guide, one of which causes a code block to fail to render.
12 years ago
Hagai
436b59252c
Added wait_timeout option
12 years ago
Hagai
c900254ed0
ec2_snapshot: Add `wait' and `snapshot_tags' parameters, return more
...
info on success
12 years ago
jctanner
21054798a5
Merge pull request #6696 from jjshoe/patch-1
...
Show argument dependency
12 years ago
jjshoe
12c84dd6bd
Show argument dependency
...
failed: [192.168.1.2] => {"cmd": "rsync --delay-updates -FF --compress --timeout=10 --delete-after --rsh 'ssh -i /home/jjshoe/.vagrant.d/insecure_private_key -o StrictHostKeyChecking=no' --rsync-path 'sudo rsync' --out-format='<<CHANGED>>%i %n%L' /tmp/app vagrant@192.168.1.2:/home/ubuntu/app", "failed": true, "item": "", "rc": 1}
msg: rsync: --delete does not work without --recursive (-r) or --dirs (-d).
rsync error: syntax or usage error (code 1) at main.c(1453) [client=3.0.9]
12 years ago
Serge van Ginderachter
b0ff1ea425
performance optimisation in hash merge logic
...
rewrite deepcopy in util.merge_hash and just iterate
on an inventory with 500 groups and 800 hosts this brings back the
inventory initialisation from 13s to 3s (with hash_behaviour=merge)
12 years ago
Serge van Ginderachter
d4634983f0
Move group/host_vars parsing into core inventory
...
modified: lib/ansible/inventory/__init__.py
deleted: lib/ansible/inventory/vars_plugins/group_vars.py
modified: lib/ansible/utils/__init__.py
12 years ago
Alexander Winkler
69e09b048c
version_added for the new parameters documentation
12 years ago
James Cammarata
b3cdcbff75
Adding in a test for subversion export option
12 years ago
James Cammarata
19c92b3a42
Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export
12 years ago
James Cammarata
7a3fa63db5
Fix for unicode environment variable handling
...
Fixes #5395
12 years ago
James Cammarata
18d82d1eb6
Documentation/examples updates for new 1.6 accelerate options
...
Fixes #6692
12 years ago
Michael DeHaan
22e6293e8b
Update CHANGELOG.md
...
Correct module name in changelog
12 years ago