Commit Graph

6087 Commits (32e609720a962fa948094de03eba4750ab03918b)
 

Author SHA1 Message Date
Toshio Kuratomi 32e609720a Refactor dump compression and use get_bin_path for finding the compressors 11 years ago
Benno Joy 29f4a5a1ed Merge pull request #1407 from Jmainguy/service_check_ubuntu
fixes check mode for Ubuntu 14.04
11 years ago
Benno Joy 784589eede Merge pull request #1414 from wangqiang8511/issu_fix_1302
Do instance update after add tags to instance.
11 years ago
Wang Qiang 31f3319b56 Do instance update after add tags to instance. 11 years ago
Jonathan Mainguy 442b6a2067 fixes check mode for Ubuntu 14.04 11 years ago
James Cammarata b5399d3446 Re-reverting windows modules PR #384 11 years ago
Benno Joy 51fa223a0d Merge pull request #1398 from markocelan/devel
Added support for foreign security groups (Fixes: #373)
11 years ago
marko 5f5be7bc2a Added support for foreign security groups (Fixes: #373) 11 years ago
Toshio Kuratomi 16d83e9e1a Merge pull request #1392 from br0ziliy/fix-add-state-to-easy-install-pull-request
Fix "_is_package_installed() takes exactly 4 arguments, 3 provided"
11 years ago
Vasyl Kaigorodov f0dc27227c Fix "_is_package_installed() takes exactly 4 arguments, 3 provided" error 11 years ago
Toshio Kuratomi 0877aae3fe Merge pull request #1383 from schlueter/add-state-to-easy_install
Add state to easy_install
11 years ago
Schlueter 1030cb48a7 Add 'version_added' to state documentation for easy_install resource 11 years ago
Schlueter 17544062ec Correct reference to gem in easy_install resource 11 years ago
Schlueter 02cd8489c1 Add Documentation 11 years ago
Schlueter 3bae8bda10 Use standard if statement to check state in easy_install resource 11 years ago
Schlueter 9b6a741615 Correct pass by object reference issue 11 years ago
Brian Coca 150b71f11a removed executable bit 11 years ago
Toshio Kuratomi 0860505770 Merge pull request #1390 from Jmainguy/mysql_user_lowercase
changes hostname to lowercase
11 years ago
Toshio Kuratomi 8d4ed1043b Merge pull request #1389 from Jmainguy/ami_tags
fixes example documenation
11 years ago
Jonathan Mainguy 5a22f052b4 changes hostname to lowercase 11 years ago
Jonathan Mainguy 3a294c3379 fixes example documenation 11 years ago
Toshio Kuratomi e591763d62 Merge pull request #1331 from ansible/uri-encoding-fix
Fix problem writing binary content to a temporary file in the uri module
11 years ago
Toshio Kuratomi 59ea9003ea Merge pull request #1359 from Jmainguy/hostname_64_chars
added nice error for systemd hosts where name > 64 chars
11 years ago
Toshio Kuratomi 3319875ecf Merge pull request #1384 from kozmaz87/fix_yum_latest
YUM disablerepo fix when state=latest
11 years ago
Zoltan Kozma 364536a76e - Fixed annoying bug that disablerepo was essentially broken if a package needed updating by state latest.
- Replaced some unsafe practice with default parameters. However looking at the code this does not seem to matter much as the calling functions always seem to supply these parameters anyway.
11 years ago
Schlueter 9468a65bed Add state to easy_install 11 years ago
Benno Joy b0412c13fc Merge pull request #1367 from Aclima/file-dir-example
Adding directory creation example to file module.
11 years ago
Toshio Kuratomi 8d2fdf2aff Update the cron docs to specify that it takes a boolean value 11 years ago
Toshio Kuratomi 0c04a54f67 Merge pull request #1368 from ansible/postgresql-user-account-vs-role-fix
Fix a problem introduced with #1101 and optimize privilege handling
11 years ago
Toshio Kuratomi 4106047e77 Fix documentation of the variable that backup file name is returned in 11 years ago
Brian Coca bfda7b8943 Merge pull request #1356 from bcoca/normalize_mysql_bools
minor doc fix and made sure check_implicit_admin is true boolean
11 years ago
Toshio Kuratomi c9b17136e4 Fix a problem introduced with #1101 and optimize privilege handling
* If a db user belonged to a role which had a privilege, the user would
  not have the privilege added as the role gave the appearance that the
  user already had it.  Fixed to always check the privileges specific to
  the user.
* Make fewer db queries to determine if privileges need to be changed
  and change them (was four for each privilege.  Now two for each object
  that has a set of privileges changed).
11 years ago
Greg Taylor f38bf24c8a Adding directory creation example to file module. 11 years ago
Brian Coca 428369b76c Merge pull request #1349 from bcoca/sysctl_value_string
value should be string as that is what it compares against
11 years ago
Brian Coca 5011593ee3 fixed typo on novaclient var 11 years ago
Brian Coca 1d47dc2ea0 Merge pull request #1355 from aioue/patch-3
Update ec2.py
11 years ago
Brian Coca 37532628c0 minor docfix 11 years ago
Brian Coca b9dba50372 minor doc fix and made sure check_implicit_admin is true boolean 11 years ago
Brian Coca e08eb7d7bc Merge pull request #1341 from tfishersp/devel
standardizes bools in argument_spec
11 years ago
Jonathan Mainguy f7064c672c added nice error for systemd hosts where name > 64 chars 11 years ago
Tristan Fisher 90b34e2b67 removes bool type from validate. 11 years ago
Tom Paine c97af02e40 Update ec2.py
updated default and choices to match standard
11 years ago
Brian Coca 6196dc8c31 minor doc fix and made sure check_implicit_admin is true boolean 11 years ago
Tom Paine 1f7f7c7dbc Update ec2.py
Update instance_type description to feature up-to-date list of instance types. Matches format of 'ebs_optimized' param which also includes a link.

Update region description to feature up-to-date list of ec2 regions. Matches format of 'ebs_optimized' param which also includes a link.

Updated choices for monitoring param to be explicit bool matching default 'yes'.

Updated choices for source_dest_check to be explicit bool matching default 'true'.

Updated tenancy choices to remove redundant phrasing in comments.
11 years ago
Toshio Kuratomi 7dd9f57e16 Fix splitting of role_attrs 11 years ago
Toshio Kuratomi 81b476cd02 Update module "imports" to new style
Fixes #1351
11 years ago
Brian Coca 78d84dc400 value should be string as that is what it compares against 11 years ago
Brian Coca 627593b43a Merge pull request #1347 from octplane/add_dockerfile_parameter
Support optional dockerfile name
11 years ago
Pierre Baillet 06e3ac7bf4 Support optional dockerfile name 11 years ago
Brian Coca 61ec66e557 Merge pull request #1345 from Jmainguy/openbsd_hostname
added openbsd to hostname module
11 years ago