Jens Carl
80da041eb6
- List the name servers of a zone.
10 years ago
Brian Coca
7e71121da5
Merge pull request #730 from SergeyZh/devel
...
Fixed broken volumes_from for client API >= 1.10
10 years ago
Brian Coca
d3bac944c7
Merge pull request #799 from ObjectifLibre/fix-fetch-doc
...
fetch: fix the flat parameter description
10 years ago
Gauvain Pocentek
6c1f40fea7
fetch: fix the flat parameter description
...
ansible-doc expects the value of the description field to be a list,
otherwise the output is not correct. This patch updates the flat
description to be a list.
10 years ago
Brian Coca
706be79f8f
Merge pull request #528 from lander2k2/password_required
...
TODO: check if instance already exists and this is not meant to create it but modify it, not supported by current code which always tries to create when 'present'.
10 years ago
Brian Coca
ed8ded7127
Merge pull request #519 from lander2k2/public_ips
...
set network_config.public_ips attribute
10 years ago
Matt Martz
98d86529f4
Merge pull request #797 from sivel/rax-cbs-no-min-check
...
rax_cbs: Don't hardcode a minimum size of a volume
10 years ago
Brian Coca
44ffe73e02
Merge pull request #117 from direvus/apache2-module-word-boundary
...
Add word boundary in apache2_module regexp
10 years ago
Brian Coca
1bca815d37
Merge pull request #95 from Gamevy/use-insserv
...
Use insserv where available
10 years ago
Brian Coca
818767b1d4
Merge pull request #53 from hfinucane/apt-dpkg-force
...
dpkg does not take a --force-yes option
10 years ago
Brian Coca
6c4804e413
Merge pull request #22 from teamdoug/devel
...
Pull SSL certificate IDs from existing ELBs
10 years ago
Toshio Kuratomi
9e0959d600
Fix for recursion traceback in copy with relative paths
...
This is a further fix for: https://github.com/ansible/ansible/issues/9092
when the relative path contains a subdirectory. Like:
ansible localhost -m copy -a 'src=/etc/group dest=foo/bar/'
10 years ago
Matt Martz
188138a40f
Merge pull request #788 from sivel/rax-clb-100plus
...
rax_clb: Support accounts with more than 100 load balancers
10 years ago
Matt Martz
b4ce4f3722
Don't hardcode a minimum size of a volume
10 years ago
Toshio Kuratomi
32e8595abf
Merge pull request #790 from rhlmhrtr/file_documentation
...
Fixed Documentation issue concerning file mode
10 years ago
Rahul Mehrotra
98f869f345
Fixed Documentation issue concerning file mode when specified using numberical value
10 years ago
Brian Coca
ed8154bdc7
Merge pull request #759 from jonhadfield/systemd_enabled_check
...
use is-enabled to check systemd service status.
10 years ago
Brian Coca
eef43d3f3a
Merge pull request #796 from mcameron/devel
...
Useful log output.
10 years ago
Brian Coca
68478691fa
Merge pull request #794 from dhml/devel
...
Fix issue #793 : mysql_db: for state={absent,present} connections to database mysql fail for users other than root
10 years ago
Toshio Kuratomi
aa6c73f11b
When recursing subdirectories, honor the follow parameter for setting file attributes.
...
One half of the fix for
https://github.com/ansible/ansible-modules-core/issues/778
The other half is in basic.py
10 years ago
mcameron
24f8792bab
More general output.
10 years ago
mcameron
8eb7870a5e
Useful log output.
10 years ago
David Hummel
1d92dd31a6
Fix issue #793 : mysql_db: for state={absent,present} connections to database mysql fail for users other than root
10 years ago
Eric Johnson
89414b4f3f
Merge pull request #789 from rmarsagoogle/ip_forward
...
Added the ability to set an instance to forward ip.
10 years ago
Brian Coca
9cf1c5b84d
Merge pull request #66 from renard/osx-support
...
Osx support for users/groups
10 years ago
Matt Martz
d03e9540a6
Support accounts with more than 100 load balancers
10 years ago
Sébastien Gross
67ce4cf416
Add basic support for OSX groups.
10 years ago
Sébastien Gross
1555cfeea2
Add basic support for OS X (Darwin) user management.
10 years ago
Robert Marsa
584f210eea
Added the ability to set an instance to forward ip.
10 years ago
Eric Johnson
4ba2d55589
Merge pull request #780 from rmarsagoogle/net
...
Added target_tags to gce_module.
10 years ago
Robert Marsa
ea1122d49f
Added target_tags to gce_module.
10 years ago
Brian Coca
a2e53cd1f1
Merge pull request #779 from dago/patch-1
...
Solaris SMF is already supported and should be mentioned in the docs,
10 years ago
Dagobert Michelsen
1f2ffb3900
Solaris SMF is already supported and should be mentioned in the docs,
10 years ago
Brian Coca
55b06568b0
added note that url src is only avaialable from 1.9 on
10 years ago
Brian Coca
b82055f021
Merge pull request #648 from bcoca/service_fix_update-rc.d
...
simplified update-rc.d enable/disable handling,
10 years ago
Brian Coca
02af66d232
Merge pull request #559 from mjschultz/postgres-db-fix
...
Build the db connection on `"postgres"` instead of `"template1"`
10 years ago
Toshio Kuratomi
b84f566ee7
Tabs to spaces
10 years ago
Brian Coca
7d297aaf41
Merge pull request #765 from giovtorres/add_pip_example
...
Added pip example installing from local tarball
10 years ago
Brian Coca
8bccb27c41
Merge pull request #49 from Jmainguy/mount_bind_fix
...
Fixes bind mounts for some OSs, reproduced only on debian and ubuntu
10 years ago
Toshio Kuratomi
5165ff4e15
Merge pull request #769 from tpaz/devel
...
resolve issue 764
10 years ago
Toshio Kuratomi
e36db27f74
Merge pull request #763 from moutai/add-azure-instance-types
...
Adds the currently available instance types for azure to the available list
10 years ago
Toshio Kuratomi
757b01b49e
Merge pull request #768 from pgeraghty/patch-1
...
Correct grammar of comment relating to example
10 years ago
Tomer Paz
374dd06c8e
resolve issue 764
...
https://github.com/ansible/ansible-modules-core/issues/764
added 'domainname' attribute in addition to existing 'hostname'.
That's the most elegant way to delegate domain name to docker-py...
10 years ago
Paul Geraghty
b42b0f49b9
Correct grammar of comment relating to example
10 years ago
giovtorres
7e8a518592
Added pip example installing from local tarball
10 years ago
moussa taifi
ab8b4c0270
Adds the currently available instance types for azure to the available dict(choices.....
10 years ago
Brian Coca
fdda25691c
Merge pull request #753 from skyluc/fix/ec2-spot-no-tenancy
...
Don't use 'tenancy' in ec2 spot requests
10 years ago
Luc Bourlier
df53b85259
Don't use 'tenancy' in ec2 spot requests
...
The problem was introduced in commit f5789e8e
. 'tenancy' is a parameter of
ec2.run_instances, but not in ec2.request_spot_instances. So it was breaking
the support for spot requests.
10 years ago
Toshio Kuratomi
688a268df6
Merge pull request #762 from j2sol/authorized-key-exclusive
...
Add exclusive option to authorized_keys
10 years ago
Jesse Keating
e0c5b4340d
Add exclusive option to authorized_keys
...
This option allows the module to ensure that ONLY the specified keys
exist in the authorized_keys file. All others will be removed. This is
quite useful when rotating keys and ensuring no other key will be
accepted.
10 years ago