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
2013-06-14 10:39:58 +02:00
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
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
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
Jan-Piet Mens
3f301fd439
Protect None value in setup module
2013-06-11 07:08:55 +02:00
Michael DeHaan
1fd863cf5d
Update docs to reference release tarball directory on new site.
2013-06-10 16:06:58 -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
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
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.
2013-06-09 17:16:08 -04:00
Michael DeHaan
edb6a683f3
Merge pull request #3160 from tgerla/toctree
...
show entire doc index in left sidebar on the documentation home page
2013-06-09 11:10:54 -07:00
Tim Gerla
b3e0071635
show entire doc index in left sidebar on the documentation home page
2013-06-09 11:04:16 -07:00
Michael DeHaan
92dce671bb
Resolve merge commit
2013-06-09 13:57:20 -04:00
Michael DeHaan
d706aca82b
Merge
2013-06-09 13:55:58 -04:00
Chris Church
d1de7839d7
Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples.
2013-06-09 12:19:07 -04:00
Chris Church
3f17a39238
Set current play/task to None for callback context when finished running the current play/task.
2013-06-09 12:17:57 -04:00
Michael DeHaan
6f8e9c1b29
Merge pull request #3156 from jlund/authorized_key
...
Updates to the authorized_key documentation
2013-06-08 11:24:15 -07:00
Michael DeHaan
a7e8f37dcc
Update changelog to reflect module renames.
2013-06-08 14:18:58 -04:00
Michael DeHaan
41bded178d
Rename module
2013-06-08 14:18:31 -04:00
Michael DeHaan
2f37314d41
Revise section referencing 1.1 since release is Monday. Will push with release.
2013-06-08 14:15:10 -04:00
Michael DeHaan
cabeafc550
Remove 1.1 reference (docs will be pushed with release of 1.2)
2013-06-08 14:14:12 -04:00
Michael DeHaan
305694a847
Update "added in" version in zypper, update doc name of rhn_register module.
2013-06-08 14:09:37 -04:00
Michael DeHaan
cbee66c88b
Rename module
2013-06-08 14:08:52 -04:00
Michael DeHaan
c26d39c9d4
Rename rhnreg_ks to rhn_register
2013-06-08 14:08:23 -04:00
Michael DeHaan
f452241967
update changelog
2013-06-08 14:07:37 -04:00
Michael DeHaan
e2a112d22d
Update changelog
2013-06-08 14:07:37 -04:00
Michael DeHaan
d0ded631d6
Merge pull request #3148 from jlaska/rhnreg_ks
...
Add rhnreg_ks module
2013-06-08 11:06:24 -07:00
Michael DeHaan
3b86690b54
Merge pull request #3145 from dirtyharrycallahan/f_zypper
...
Simple zypper module to install, remove, or upgrades packages.
2013-06-08 11:04:41 -07:00
Patrick Callahan
c1ec8ead6c
BUG FIX: Add package name to the cmd.
2013-06-07 23:31:21 -04:00
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
2013-06-07 15:43:42 -06:00
James Laska
6059ce34e3
Minor adjustments to subscription_manager and rhnreg_ks
2013-06-07 14:18:23 -04:00
James Laska
65993e8f35
Reorganize subscription_manager module.
...
Also ...
* When unregistering, first unsubscribe from all content
2013-06-07 14:07:00 -04:00
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
2013-06-07 13:45:25 -04:00