Commit Graph

5662 Commits (3839dcd56c8b53c04ddf00c6bdab3278432f8bbf)
 

Author SHA1 Message Date
David Golden d65f45f0b2 Expand sudo_user after variable merging
Previous commit c3659741 expanded sudo_user during task construction,
but this is too early as it does not pick up variables set during
the play.

This commit moves sudo_user expansion to the runner after variables
have been merged.
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
martin f. krafft 3b008d6fa6 Expand usage synopsis
'source' is actually a "bashism" and the POSIX-way of sourcing a file
uses the single dot (which is arguably less readable). Both yield the
same result, and since the script may now also be sourced from
within the hacking directory, this commit expands the usage synopsis
accordingly.

Signed-off-by: martin f. krafft <madduck@madduck.net>

Conflicts:
	hacking/env-setup
11 years ago
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>
11 years ago
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. 11 years ago
Vincent Viallet fd5bb8c7f7 Add digital-ocean cloud support. 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
trbs 653fac2f5c fix loading order of ansible.cfg in documentation 11 years ago
trbs 10dc5ae876 minor fix, path name of ansible.cfg in changelog 11 years ago
Michael DeHaan cf2ddb6f80 Merge pull request #3197 from lorin/doc-fixup
Fix broken link in django_manage doc
11 years ago
trbs 0d4eec36f4 fixed x-bits in git 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
Michael DeHaan de7487f316 Merge pull request #3179 from ralphbean/docs-typofix
Fix a typo in the docs.
11 years ago
Michael DeHaan e6f745e2a8 Merge pull request #3189 from E-M/patch-1
Fixed module rhn_register name in examples section
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
Serge van Ginderachter 2a7f9df109 add support for callback_plugins/ relative to playbook 11 years ago
Bruce Pennypacker 14eda0d125 Added replication_source to the results 11 years ago
Raul Melo f9f0f5ce2c HP-UX virtualization facts 11 years ago
Bruce Pennypacker 1ef29a3654 endpoint is available only when instance is available 11 years ago
Ralph Bean dd5707ddd9 Well, a little more readability. 11 years ago
Ralph Bean 416e72c900 Fix a typo in the docs. 11 years ago
Bruce Pennypacker c9e373dd7d Added modify action 11 years ago
Bruce Pennypacker 26c37d7c07 added 'facts' action 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
Michael DeHaan 643b5e2c5d Fix dead link, remove redundant section. 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 1fd863cf5d Update docs to reference release tarball directory on new site. 11 years ago
Bruce Pennypacker d62beb2df5 fixed bug in delete action - skip_final_snapshot must always be set 11 years ago
Michael DeHaan 18c8382fb2 Update .gitignore 11 years ago
Michael DeHaan 404b082d82 Version bump and assorted things to start new development version. 11 years ago
Michael DeHaan f67c13f8f1 Update packaging dates in preparation for release. 11 years ago
Michael DeHaan ba21f8e3d3 Merge pull request #3168 from tgerla/doccontent
re-add docs css class required for some theme elements
11 years ago
Michael DeHaan 3d21dab705 Small fix so template plugins can see inject variables. 11 years ago
Bruce Pennypacker 041a4872fe Amazon RDS module 11 years ago
Rike-Benjamin Schuppner 71afb9e432 Use with guard for file reads. 11 years ago
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
11 years ago
Tim Gerla 8a9cded133 re-add docs css class required for some theme elements 11 years ago
Michael DeHaan 790a145f6c Use get_bin_path for blkid and add some aliases to the filesystem module. 11 years ago
Michael DeHaan 36e9cf5d7d Mention YAML variable quoting. 11 years ago
Michael DeHaan 36c3c91d6e Add roles to glossary. 11 years ago
Michael DeHaan 573d5f620f Merge pull request #3159 from cchurch/devel
Callback Plugin Context / Naming Fixes
11 years ago
Michael DeHaan b0bf39ef6c Merge pull request #3163 from DMBuce/pkgbuild-update
PKGBUILD update
11 years ago
Michael DeHaan 02f416ec69 Merge pull request #3164 from DMBuce/doc-update
Doc update
11 years ago