diff --git a/facter b/facter index 491eb7ab039..8df12886196 100755 --- a/facter +++ b/facter @@ -29,7 +29,7 @@ description: (U(https://github.com/puppetlabs/facter)) on the remote system, returning JSON data that can be useful for inventory purposes. version_added: "0.2" -options: [] +options: {} examples: - code: ansible www.example.net -m facter description: "Example command-line invocation" diff --git a/ohai b/ohai index b283c08bc27..95d764f075e 100755 --- a/ohai +++ b/ohai @@ -29,7 +29,7 @@ description: returns JSON inventory data. I(Ohai) data is a bit more verbose and nested than I(facter). version_added: "0.6" -options: [] +options: {} examples: - code: ansible webservers -m ohai --tree=/tmp/ohaidata description: "Retrieve I(ohai) data from all Web servers and store in one-file per host" diff --git a/ping b/ping index 06226a0408a..36f8bcbbaef 100755 --- a/ping +++ b/ping @@ -27,6 +27,7 @@ description: - A trivial test module, this module always returns 'pong' on successful contact. It does not make sense in playbooks, but is useful from C(/usr/bin/ansible) +options: {} examples: - code: ansible webservers -m ping description: Test 'webservers' status diff --git a/raw b/raw index 62b48be29d3..39add7372f5 100755 --- a/raw +++ b/raw @@ -4,6 +4,7 @@ DOCUMENTATION = ''' --- module: raw short_description: Executes a low-down and dirty SSH command +options: {} description: - Executes a low-down and dirty SSH command, not going through the module subsystem. This is useful and should only be done in two cases. The diff --git a/setup b/setup index 0c4ffae769a..24a0985a1be 100755 --- a/setup +++ b/setup @@ -30,6 +30,7 @@ DOCUMENTATION = ''' --- module: setup short_description: Gathers facts about remote hosts +options: {} description: - This module is automatically called by playbooks to gather useful variables about remote hosts that can be used in playbooks. It can also be