Chris Hoffman
499c7309e3
Fixing documentation error
12 years ago
Lorin Hochstein
d2ea9d85d0
Fix broken link in django_manage doc
12 years ago
Edgars M.
46ad4299a8
Fixed Issue #3193
12 years ago
Michael DeHaan
39aa5e5eac
Merge pull request #3175 from jpmens/setup9
...
Protect None value in setup module (ansible 1.2)
12 years ago
Michael DeHaan
de7487f316
Merge pull request #3179 from ralphbean/docs-typofix
...
Fix a typo in the docs.
12 years ago
Michael DeHaan
e6f745e2a8
Merge pull request #3189 from E-M/patch-1
...
Fixed module rhn_register name in examples section
12 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.
12 years ago
Serge van Ginderachter
2a7f9df109
add support for callback_plugins/ relative to playbook
12 years ago
Raul Melo
f9f0f5ce2c
HP-UX virtualization facts
12 years ago
Ralph Bean
dd5707ddd9
Well, a little more readability.
12 years ago
Ralph Bean
416e72c900
Fix a typo in the docs.
12 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.
12 years ago
Jan-Piet Mens
f6521d88f5
setup epoch time doesn't have tics on Python 2.6.4 (Solaris).
12 years ago
Jan-Piet Mens
3f301fd439
Protect None value in setup module
12 years ago
Michael DeHaan
643b5e2c5d
Fix dead link, remove redundant section.
12 years ago
gw0 [http://gw.tnode.com/]
47c8396598
Fix `mongodb_user` compatibility with MongoDB 2.2 (used in Debian 7).
12 years ago
Michael DeHaan
1fd863cf5d
Update docs to reference release tarball directory on new site.
12 years ago
Michael DeHaan
18c8382fb2
Update .gitignore
12 years ago
Michael DeHaan
404b082d82
Version bump and assorted things to start new development version.
12 years ago
Michael DeHaan
f67c13f8f1
Update packaging dates in preparation for release.
12 years ago
Michael DeHaan
ba21f8e3d3
Merge pull request #3168 from tgerla/doccontent
...
re-add docs css class required for some theme elements
12 years ago
Michael DeHaan
3d21dab705
Small fix so template plugins can see inject variables.
12 years ago
Rike-Benjamin Schuppner
71afb9e432
Use with guard for file reads.
12 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
12 years ago
Tim Gerla
8a9cded133
re-add docs css class required for some theme elements
12 years ago
Michael DeHaan
790a145f6c
Use get_bin_path for blkid and add some aliases to the filesystem module.
12 years ago
Michael DeHaan
36e9cf5d7d
Mention YAML variable quoting.
12 years ago
Michael DeHaan
36c3c91d6e
Add roles to glossary.
12 years ago
Michael DeHaan
573d5f620f
Merge pull request #3159 from cchurch/devel
...
Callback Plugin Context / Naming Fixes
12 years ago
Michael DeHaan
b0bf39ef6c
Merge pull request #3163 from DMBuce/pkgbuild-update
...
PKGBUILD update
12 years ago
Michael DeHaan
02f416ec69
Merge pull request #3164 from DMBuce/doc-update
...
Doc update
12 years ago
Buce
dfb3fe2d28
Include docs, config in Arch package
12 years ago
Buce
64610c585a
Add provides=('ansible') to PKGBUILD
...
This lets packages use ansible-git as a dependency in place of ansible.
12 years ago
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.
12 years ago
Buce
7d2422cf92
Update supported package managers
...
Ansible has modules for package managers other than yum and apt,
so update the documentation accordingly.
12 years ago
Buce
563147d344
Reference Inventory & Patterns more
...
Link to the Inventory & Patterns page in places where the Getting
Started guide refer to it, so that users unfamiliar with the
inventory syntax can easily familiarize themselves with it.
12 years ago
Andrew Straw
94e66ef558
allow apt-key module to work with binary key
12 years ago
Michael DeHaan
edb6a683f3
Merge pull request #3160 from tgerla/toctree
...
show entire doc index in left sidebar on the documentation home page
12 years ago
Tim Gerla
b3e0071635
show entire doc index in left sidebar on the documentation home page
12 years ago
Michael DeHaan
92dce671bb
Resolve merge commit
12 years ago
Michael DeHaan
d706aca82b
Merge
12 years ago
Chris Church
d1de7839d7
Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples.
12 years ago
Chris Church
3f17a39238
Set current play/task to None for callback context when finished running the current play/task.
12 years ago
Michael DeHaan
6f8e9c1b29
Merge pull request #3156 from jlund/authorized_key
...
Updates to the authorized_key documentation
12 years ago
Michael DeHaan
a7e8f37dcc
Update changelog to reflect module renames.
12 years ago
Michael DeHaan
41bded178d
Rename module
12 years ago
Michael DeHaan
2f37314d41
Revise section referencing 1.1 since release is Monday. Will push with release.
12 years ago
Michael DeHaan
cabeafc550
Remove 1.1 reference (docs will be pushed with release of 1.2)
12 years ago
Michael DeHaan
305694a847
Update "added in" version in zypper, update doc name of rhn_register module.
12 years ago
Michael DeHaan
cbee66c88b
Rename module
12 years ago