Commit Graph

1846 Commits (0ce7996bb69100cb945308e377a2358561598f37)

Author SHA1 Message Date
Michael DeHaan 294230d529 Merge pull request #3177 from stintel/mysql56-compat
Fix MySQL 5.6 compatibility
11 years ago
Michael DeHaan 936e61fc28 Merge pull request #3181 from melodous/devel
HP-UX virtualization facts
11 years ago
trbs a4223e119d fixed x-bits in git 11 years ago
Michael DeHaan 4849539399 Merge pull request #3194 from E-M/patch-2
Fixed Issue #3193 - make rhn_register module compatible with EL 5
11 years ago
Michael DeHaan 78fdedd490 Merge remote branch 'origin' into devel
Conflicts:
	library/web_infrastructure/django_manage
11 years ago
Michael DeHaan 512d7ba531 Spelling fixes 11 years ago
Michael DeHaan f0d66f0cda Merge pull request #3176 from jpmens/sol-epoch
setup epoch time doesn't have tics on Python 2.6.4 (Solaris).
11 years ago
Seth Vidal 36df7e8c95 cut and docs for facts.d mechanism for setup module 11 years ago
Brian Coca 4942a06bc2 now modules can implement with_items list globbing w/o updating
hardcoded lists in ansible code, just add WITH_ITEMS_USES_LIST in a
comment anywhere, and of course, support recieving params as list.

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
Brian Coca 9e6a584c3f Added hardlink option
Also a bit nicer now with failures
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Patrik Lundin 9dfc420927 openbsd_pkg: Add check_mode support.
The biggest change has been to package_latest since it was previously
just comparing version numbers before and after an upgrade had run.
We now parse the output from a dry run instead.

Thanks to Johan Belin for triggering the discussion :).
11 years ago
Serge van Ginderachter 8b188429c7 docfix on file module, aliases for path parameter 11 years ago
Arturas Slajus b86740e1fd datadog_event module: submit your events to DataDog service. 11 years ago
Veeti Paananen 1284bfd742 Add a file argument to apt_key 11 years ago
Veeti Paananen dcb06a2306 Document the data argument for apt_key 11 years ago
Derek Carter 0840af5bda fixed msg bug in library/cloud/quantum_network 11 years ago
Chris Hoffman 8a55210fb6 Removing all the default: null from the documentation 11 years ago
Chris Hoffman 499c7309e3 Fixing documentation error 11 years ago
Lorin Hochstein d2ea9d85d0 Fix broken link in django_manage doc 11 years ago
Edgars M. 46ad4299a8 Fixed Issue #3193 11 years ago
Michael DeHaan 39aa5e5eac Merge pull request #3175 from jpmens/setup9
Protect None value in setup module (ansible 1.2)
11 years ago
E-M 170a5f36f1 Fixed module name in examples section
Examples showed that modules name is rhnreq_ks, when it actually is rhn_register.
11 years ago
Raul Melo f9f0f5ce2c HP-UX virtualization facts 11 years ago
Stijn Tintel 767c208e6c Fix MySQL 5.6 compatibility
In MySQL 5.6, the root account created by default during MySQL
installation has the PROXY ... WITH GRANT OPTION privilege for ''@'',
that is, for all users.

The mysql_user module tries to revoke this privilege, but this fails:
_mysql_exceptions.ProgrammingError: (1064, "You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near '''@'' FROM 'root'@'localhost''
at line 1")

Quick fix: don't revoke privilege if user is root and the privilege to
revoke contains PROXY.
11 years ago
Jan-Piet Mens f6521d88f5 setup epoch time doesn't have tics on Python 2.6.4 (Solaris). 11 years ago
Jan-Piet Mens 3f301fd439 Protect None value in setup module 11 years ago
gw0 [http://gw.tnode.com/] 47c8396598 Fix `mongodb_user` compatibility with MongoDB 2.2 (used in Debian 7). 11 years ago
Michael DeHaan 790a145f6c Use get_bin_path for blkid and add some aliases to the filesystem module. 11 years ago
Andrew Straw 94e66ef558 allow apt-key module to work with binary key 11 years ago
Michael DeHaan 6f8e9c1b29 Merge pull request #3156 from jlund/authorized_key
Updates to the authorized_key documentation
11 years ago
Michael DeHaan 41bded178d Rename module 11 years ago
Michael DeHaan 305694a847 Update "added in" version in zypper, update doc name of rhn_register module. 11 years ago
Michael DeHaan cbee66c88b Rename module 11 years ago
Michael DeHaan c26d39c9d4 Rename rhnreg_ks to rhn_register 11 years ago
Michael DeHaan d0ded631d6 Merge pull request #3148 from jlaska/rhnreg_ks
Add rhnreg_ks module
11 years ago
Patrick Callahan c1ec8ead6c BUG FIX: Add package name to the cmd. 11 years ago
Joshua Lund 51c7441244 Updates to the authorized_key documentation
* Clarified the meaning of 'user'
* Changed 'sshdir' to 'path' in the example
  * 'sshdir' is used internally in the module, but the argument is 'path'
* Made the capitalization consistent in the descriptions
11 years ago
James Laska 6059ce34e3 Minor adjustments to subscription_manager and rhnreg_ks 11 years ago
James Laska 65993e8f35 Reorganize subscription_manager module.
Also ...
 * When unregistering, first unsubscribe from all content
11 years ago
James Laska a2cbcec328 The rhnreg_ks module acts as a wrapper to the command 'rhnreg_ks'. The
rhnreg_ks command allows users to manage registration to a Red Hat
Network (RHN) (e.g. rhn.redhat.com) server.  The moduel will also
interact with the specified RHN system via XMLRPC as needed.

Before proceeding with registration, the rhnreg_ks module will enable
the system to receive updates from RHN.  This involves enabling the
appropriate RHN yum plugin, as well as disabling an active
subscription-manager yum plugin.

Once enabled, the module will support the following operations:
 * configure
 * register
 * subscribe to custom child channels (see `rhn-channel` command)
 * unregister
11 years ago
Joshua Lund 37f15d0216 Setting version_added for this feature to 1.3 11 years ago
Toshaan Bharvani f76043f404 changed get_mount_facts to ignore mount types 'none' 11 years ago
Patrick Callahan 79b56667e3 Simple zypper module to install, remove, or upgrades packages. 12 years ago
Michael DeHaan df4c444571 Fixup doc YAML 12 years ago
James Laska 19b7cb6653 Updated examples and documentation 12 years ago
James Laska 3ba19bf369 Add RHN subscription_manager module
The subscription_manager module acts as a wrapper to the command
'subscription-manager'.  The subscription-manager utility allows users
to manage RHN registration, subscription and yum repositories from the
Red Hat Entitlement platform.

Currently, this module supports the following sub-commands:
 * config
 * [un]register
 * subscribe
12 years ago
Michael DeHaan 07a1365c55 Merge pull request #3128 from lorin/ex-fix
lineinfile example: /etc/host[s]
12 years ago
Michael DeHaan 4372e4f6fb Merge pull request #3125 from melodous/devel
Facts for HP-UX
12 years ago
Gavin McDonald 561d79b6d4 quick and dirty fix for irc module - shadowIRCd discards unbuffered
input, and the extra channel hash on join wasn't helping either.
12 years ago
Lorin Hochstein 04aa74ddf1 lineinfile example: /etc/host[s]
Change a lineinfile example from /etc/host to /etc/hosts
12 years ago
Raul Melo 2475bc416c Facts for HP-UX 12 years ago
Joshua Lund 2ce7f136b2 * Added a sha256 method to module_common
* Added a sha256sum parameter to the get_url module to enable
cryptographic verification of downloaded files
* Fixed a few typos in the documentation
12 years ago
Chris Gardner 2ba47318dc Use first line from /etc/release in "distribution_release" for consistency across Solaris and derivatives. 12 years ago
Michael DeHaan 788680a15d Merge branch 'devel' of git://github.com/trbs/ansible into more_users 12 years ago
Michael DeHaan 1c4fa2c45e Doc standardization 12 years ago
Michael DeHaan e01cdf876c Docs standardization 12 years ago
Michael DeHaan fdfba6aa68 Standardize docs 12 years ago
Michael DeHaan 956bff2f07 Standardize docs 12 years ago
Michael DeHaan c3ff4ccb35 These options to bypass the check code seem to need to occur before said checks. 12 years ago
Chris Gardner f0a4a17ff6 Add Solaris O/S facts "distribution" and "distribution_*" 12 years ago
Michael DeHaan caa07e7fab pep8 fixes 12 years ago
Michael DeHaan 15560c9801 Fix module labelled incorrectly. 12 years ago
Michael DeHaan d434252ba4 Docs standardization 12 years ago
Michael DeHaan 417be6f81e Docs standardization 12 years ago
Michael DeHaan 6ae9804738 Docs standardization 12 years ago
Michael DeHaan 2a416babee Docs standardization 12 years ago
Michael DeHaan 6b0a547652 Docs standardization 12 years ago
Michael DeHaan 16c7c50e8f Docs standardization 12 years ago
Michael DeHaan e5d911fbce Docs standardization 12 years ago
Michael DeHaan e06ced89fb Doc standardization/style 12 years ago
Michael DeHaan e38a83e1ca Docs standardization/style 12 years ago
Michael DeHaan 548063a617 Docs standardization/style 12 years ago
Michael DeHaan ab4b45df3f Docs/style 12 years ago
Michael DeHaan eb84f55a09 Docs/style 12 years ago
Michael DeHaan 53d0a4766c Module doc standardization/style 12 years ago
Michael DeHaan 6a8e16e324 Standardize module doc 12 years ago
Michael DeHaan 13e37aad95 Standardize docs 12 years ago
Michael DeHaan 858efd00e3 Standarize docs 12 years ago
Michael DeHaan d0286f7611 Standardize docs 12 years ago
Michael DeHaan dd7efc70a7 Standardize docs 12 years ago
Michael DeHaan d323a0ccaa Standardize example 12 years ago
Michael DeHaan b9e72cdd98 Warn when there is a space in the mount module opts parameter. 12 years ago
trbs 3b3afe2283 Add support for Open and NetBSD platforms for user and group modules, including a new login_class parameter for FreeBSD, OpenBSD and NetBSD. 12 years ago
Michael DeHaan 9122efb24a Merge pull request #3083 from mvo5/feature/facts-add-statvfs
add "size_{total,free}" to the "mount" facts
12 years ago
Michael DeHaan f9ddfc6cab Merge pull request #3080 from bigpandaio/devel
Issue #3079: Initializing key_exists in case the S3 bucket does not exis...
12 years ago
Michael DeHaan 049b77be6d Merge pull request #3076 from mmoya/userspace-arch-facts
Provide userspace_{architecture,bits} facts
12 years ago
Michael DeHaan 514f18acac Merge branch 'solaris-network-facts' of git://github.com/chrisgardner/ansible into devel 12 years ago
Michael DeHaan 47b9db0d98 Remove debug statement in previous patch. 12 years ago
Michael DeHaan eec53347b5 Merge branch 'devel' of git://github.com/trbs/ansible into groups 12 years ago
Stephen Fromm 43d96ba335 cleanup to dmi fact discovery
When invoking dmidecode, first use module.get_bin_path() and secondly
use module.run_command.
Remove sub function execute() from get_dmi_facts().
Simplify get_dmi_facts() by only using two mechanisms to determine dmi
facts:  first try /sys/devices/virtual/dmi and if not available, use
dmidecode executable.
12 years ago
Benjamin Schwarze a0c89e742e remove unused git function is_current_branch (looks like it returns always True anyway which might be wrong) 12 years ago
Michael DeHaan 80bebc1806 Merge pull request #3069 from benjixx/consistently-get-bin-path-for-git
consistently use module.get_bin_path('git', True) to get git path before...
12 years ago
Michael DeHaan d078ad5a13 Merge pull request #3068 from lorin/authkey-default
authorized_key: Set manage_dir default value
12 years ago
Michael DeHaan 4afc0a5c03 Merge pull request #3044 from chrisgardner/solaris_facts
Solaris facts
12 years ago
Michael DeHaan 957a7bf373 Merge pull request #3020 from rtheys/virt-state
Support state parameter in list_vms command
12 years ago
Benjamin Schwarze 3cae9d6d0d use module.get_bin_path('git', True) once and pass git_path to functions 12 years ago
Michael DeHaan 69d514100c Refine error message. 12 years ago
Michael DeHaan 0b30c74e86 Merge branch 'rc.d-systemd' of git://github.com/glensc/ansible into sysd 12 years ago
Michael Vogt 6acf9a9b3b use statvfs.f_bavail to match the output of "df -B1" 12 years ago