Commit graph

5658 commits

Author SHA1 Message Date
martin f. krafft
581dea70d1 Generalise determination of hacking directory path
Bash needs a special case to determine the dirname of the sourced path
(the hacking dir), but in all other cases, using $0 allows the script to
be sourced also from within the hacking directory, not only from its
parent.

Signed-off-by: martin f. krafft <madduck@madduck.net>
2013-06-14 10:39:26 +02:00
Vincent Viallet
f9e3480d12 Ensure an existing ssh-key returns useful information (id + name) instead of a string; this way it can be used to register a variable to use in a later task. 2013-06-14 14:59:52 +08:00
Vincent Viallet
fd5bb8c7f7 Add digital-ocean cloud support. 2013-06-14 11:56:01 +08:00
Derek Carter
0840af5bda fixed msg bug in library/cloud/quantum_network 2013-06-13 23:02:04 -04:00
Chris Hoffman
8a55210fb6 Removing all the default: null from the documentation 2013-06-13 20:43:14 -04:00
trbs
653fac2f5c fix loading order of ansible.cfg in documentation 2013-06-13 23:13:54 +02:00
trbs
10dc5ae876 minor fix, path name of ansible.cfg in changelog 2013-06-13 23:09:22 +02:00
Michael DeHaan
cf2ddb6f80 Merge pull request #3197 from lorin/doc-fixup
Fix broken link in django_manage doc
2013-06-13 14:05:58 -07:00
trbs
0d4eec36f4 fixed x-bits in git 2013-06-13 23:05:08 +02:00
Chris Hoffman
499c7309e3 Fixing documentation error 2013-06-13 15:19:35 -04:00
Lorin Hochstein
d2ea9d85d0 Fix broken link in django_manage doc 2013-06-13 14:01:32 -04:00
Edgars M.
46ad4299a8 Fixed Issue #3193 2013-06-13 15:17:35 +03:00
Michael DeHaan
39aa5e5eac Merge pull request #3175 from jpmens/setup9
Protect None value in setup module (ansible 1.2)
2013-06-13 04:22:15 -07:00
Michael DeHaan
de7487f316 Merge pull request #3179 from ralphbean/docs-typofix
Fix a typo in the docs.
2013-06-13 04:21:36 -07:00
Michael DeHaan
e6f745e2a8 Merge pull request #3189 from E-M/patch-1
Fixed module rhn_register name in examples section
2013-06-13 04:20:52 -07:00
E-M
170a5f36f1 Fixed module name in examples section
Examples showed that modules name is rhnreq_ks, when it actually is rhn_register.
2013-06-13 11:13:53 +03:00
Serge van Ginderachter
2a7f9df109 add support for callback_plugins/ relative to playbook 2013-06-12 23:54:00 +02:00
Bruce Pennypacker
14eda0d125 Added replication_source to the results 2013-06-12 16:22:35 -04:00
Raul Melo
f9f0f5ce2c HP-UX virtualization facts 2013-06-12 18:59:20 +02:00
Bruce Pennypacker
1ef29a3654 endpoint is available only when instance is available 2013-06-12 11:44:33 -04:00
Ralph Bean
dd5707ddd9 Well, a little more readability. 2013-06-11 14:58:28 -04:00
Ralph Bean
416e72c900 Fix a typo in the docs. 2013-06-11 14:54:42 -04:00
Bruce Pennypacker
c9e373dd7d Added modify action 2013-06-11 13:11:11 -04:00
Bruce Pennypacker
26c37d7c07 added 'facts' action 2013-06-11 10:45:50 -04:00
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.
2013-06-11 15:00:14 +02:00
Jan-Piet Mens
f6521d88f5 setup epoch time doesn't have tics on Python 2.6.4 (Solaris). 2013-06-11 09:13:32 +02:00
Jan-Piet Mens
3f301fd439 Protect None value in setup module 2013-06-11 07:08:55 +02:00
Michael DeHaan
643b5e2c5d Fix dead link, remove redundant section. 2013-06-10 18:37:56 -04:00
gw0 [http://gw.tnode.com/]
47c8396598 Fix mongodb_user compatibility with MongoDB 2.2 (used in Debian 7). 2013-06-10 22:43:50 +02:00
Michael DeHaan
1fd863cf5d Update docs to reference release tarball directory on new site. 2013-06-10 16:06:58 -04:00
Bruce Pennypacker
d62beb2df5 fixed bug in delete action - skip_final_snapshot must always be set 2013-06-10 15:49:38 -04:00
Michael DeHaan
18c8382fb2 Update .gitignore 2013-06-10 15:46:16 -04:00
Michael DeHaan
404b082d82 Version bump and assorted things to start new development version. 2013-06-10 15:34:52 -04:00
Michael DeHaan
f67c13f8f1 Update packaging dates in preparation for release. 2013-06-10 15:24:09 -04:00
Michael DeHaan
ba21f8e3d3 Merge pull request #3168 from tgerla/doccontent
re-add docs css class required for some theme elements
2013-06-10 11:45:26 -07:00
Michael DeHaan
3d21dab705 Small fix so template plugins can see inject variables. 2013-06-10 14:23:48 -04:00
Bruce Pennypacker
041a4872fe Amazon RDS module 2013-06-10 12:17:31 -04:00
Rike-Benjamin Schuppner
71afb9e432 Use with guard for file reads. 2013-06-10 17:16:31 +02:00
Rike-Benjamin Schuppner
deaf499ba1 Remove duplicate host file reads by removing a legacy check.
This allows using a form such as

    ansible -i <( arbitrary command ) all -m ping
2013-06-10 17:15:12 +02:00
Tim Gerla
8a9cded133 re-add docs css class required for some theme elements 2013-06-10 07:57:13 -07:00
Michael DeHaan
790a145f6c Use get_bin_path for blkid and add some aliases to the filesystem module. 2013-06-10 10:39:19 -04:00
Michael DeHaan
36e9cf5d7d Mention YAML variable quoting. 2013-06-09 21:35:51 -04:00
Michael DeHaan
36c3c91d6e Add roles to glossary. 2013-06-09 21:20:35 -04:00
Michael DeHaan
573d5f620f Merge pull request #3159 from cchurch/devel
Callback Plugin Context / Naming Fixes
2013-06-09 18:19:57 -07:00
Michael DeHaan
b0bf39ef6c Merge pull request #3163 from DMBuce/pkgbuild-update
PKGBUILD update
2013-06-09 18:18:22 -07:00
Michael DeHaan
02f416ec69 Merge pull request #3164 from DMBuce/doc-update
Doc update
2013-06-09 18:14:53 -07:00
Buce
dfb3fe2d28 Include docs, config in Arch package 2013-06-09 17:36:24 -04:00
Buce
64610c585a Add provides=('ansible') to PKGBUILD
This lets packages use ansible-git as a dependency in place of ansible.
2013-06-09 17:36:12 -04:00
Buce
af54efa56a Let makepkg control compression of man pages
makepkg will automatically compress man pages in MAN_DIRS if 'zipman'
is in the OPTIONS array of makepkg.conf.
2013-06-09 17:19:02 -04:00
Buce
7d2422cf92 Update supported package managers
Ansible has modules for package managers other than yum and apt,
so update the documentation accordingly.
2013-06-09 17:16:08 -04:00