From 39d02eeff4d077aeb24d4e7f83351d4613f2ad19 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 30 Mar 2012 22:28:30 -0400 Subject: [PATCH] Add external inventory script info (and Cobbler example) to API page. --- YAMLSyntax.html | 4 +- api.html | 93 +++++++++++++++++++++++++++++--- examples.html | 4 +- faq.html | 4 +- genindex.html | 4 +- gettingstarted.html | 4 +- index.html | 12 +++-- man.html | 4 +- man/ansible-playbook.1.html | 2 +- man/ansible.1.html | 2 +- moduledev.html | 8 +-- modules.html | 6 +-- patterns.html | 4 +- playbooks.html | 8 +-- rst/api.rst | 104 +++++++++++++++++++++++++++++++++++- search.html | 4 +- searchindex.js | 2 +- 17 files changed, 226 insertions(+), 43 deletions(-) diff --git a/YAMLSyntax.html b/YAMLSyntax.html index 48cbc75c0cd..45dc8263621 100644 --- a/YAMLSyntax.html +++ b/YAMLSyntax.html @@ -117,7 +117,7 @@ s.parentNode.insertBefore(ga, s);
  • Ansible Modules
  • YAML Syntax
  • Playbooks
  • -
  • Using the Python API
  • +
  • API & Integrations
  • Module Development Guide
  • Frequently Asked Questions
  • Man Pages
  • @@ -261,7 +261,7 @@ languages:

    Back to top

    © Copyright 2012 Michael DeHaan.
    - Last updated on Mar 15, 2012.
    + Last updated on Mar 30, 2012.
    Created using Sphinx 1.0.8.

    diff --git a/api.html b/api.html index 29313729182..19eae3459be 100644 --- a/api.html +++ b/api.html @@ -6,7 +6,7 @@ - Using the Python API — Ansible - SSH-Based Configuration Management & Deployment + API & Integrations — Ansible - SSH-Based Configuration Management & Deployment @@ -117,7 +117,7 @@ s.parentNode.insertBefore(ga, s);
  • Ansible Modules
  • YAML Syntax
  • Playbooks
  • -
  • Using the Python API
  • +
  • API & Integrations
  • Module Development Guide
  • Frequently Asked Questions
  • Man Pages
  • @@ -128,10 +128,14 @@ s.parentNode.insertBefore(ga, s); Page -
  • Using the Python API
      -
    • Detailed API Example
    • +
    • API & Integrations
    • Module Development Guide
        @@ -359,7 +363,7 @@ Puppet Labs, and rPath. Reach Michael by email Back to top

        © Copyright 2012 Michael DeHaan.
        - Last updated on Mar 15, 2012.
        + Last updated on Mar 30, 2012.
        Created using Sphinx 1.0.8.

        diff --git a/man.html b/man.html index ff825e52ad1..132a8b351b4 100644 --- a/man.html +++ b/man.html @@ -116,7 +116,7 @@ s.parentNode.insertBefore(ga, s);
      • Ansible Modules
      • YAML Syntax
      • Playbooks
      • -
      • Using the Python API
      • +
      • API & Integrations
      • Module Development Guide
      • Frequently Asked Questions
      • Man Pages
      • @@ -192,7 +192,7 @@ examples of these tools in use.

        Back to top

        © Copyright 2012 Michael DeHaan.
        - Last updated on Mar 15, 2012.
        + Last updated on Mar 30, 2012.
        Created using Sphinx 1.0.8.

        diff --git a/man/ansible-playbook.1.html b/man/ansible-playbook.1.html index c98d7a79524..55fdf0c66d7 100644 --- a/man/ansible-playbook.1.html +++ b/man/ansible-playbook.1.html @@ -1,6 +1,6 @@ -ansible-playbook

        Name

        ansible-playbook — run an ansible playbook

        Synopsis

        ansible-playbook <filename.yml> … [options]

        DESCRIPTION

        Ansible playbooks are a configuration and multinode deployment system. Ansible-playbook is the tool +ansible-playbook

        Name

        ansible-playbook — run an ansible playbook

        Synopsis

        ansible-playbook <filename.yml> … [options]

        DESCRIPTION

        Ansible playbooks are a configuration and multinode deployment system. Ansible-playbook is the tool used to run them. See the project home page (link below) for more information.

        ARGUMENTS

        filename.yml
        diff --git a/man/ansible.1.html b/man/ansible.1.html index a03554ea586..168f8914f86 100644 --- a/man/ansible.1.html +++ b/man/ansible.1.html @@ -1,6 +1,6 @@ -ansible

        Name

        ansible — run a command somewhere else

        Synopsis

        ansible <host-pattern> [-f forks] [-m module_name] [-a args]

        DESCRIPTION

        Ansible is an extra-simple tool/framework/API for doing 'remote things' over +ansible

        Name

        ansible — run a command somewhere else

        Synopsis

        ansible <host-pattern> [-f forks] [-m module_name] [-a args]

        DESCRIPTION

        Ansible is an extra-simple tool/framework/API for doing 'remote things' over SSH.

        ARGUMENTS

        host-pattern
        diff --git a/moduledev.html b/moduledev.html index 63919fd7964..b956f99202d 100644 --- a/moduledev.html +++ b/moduledev.html @@ -27,7 +27,7 @@ - + - +