Commit Graph

49 Commits (0f7abad38f3b4558400fe20eb3742603f64b939c)

Author SHA1 Message Date
Adam Chainz 0e124c57c6 Fix link from dynamic inventory page to dev guide page (#18757) 8 years ago
scottb d1b41d8f9c Merge pull request #18422 from evgeni/fix-dynamic_inventory_intro-rst
fix formating on the intro_dynamic_inventory page
8 years ago
Evgeni Golov de646243a2 fix formating on the intro_dynamic_inventory page
* don't mark `./ec2.py --refresh-cache` as a comment
* format `./openstack.py --refresh --list` as code
* format `--refresh` as code
8 years ago
scottb 75459fb688 Update intro_dynamic_inventory.rst
Minor edits for readability.
8 years ago
Milan Thapa 2de3a5d849 improving readme on dynamic inventory for ec2.ini options
few lines to avoid these noise: https://github.com/ansible/ansible/issues/10840
8 years ago
Adriano C dbb0ef40c0 Minor text formatting (#15991)
* Minor formatting

* Update intro_getting_started.rst

* Minor formatting

* Reserved words formatting.

* Reserved words formatting.
8 years ago
Brian Coca 1a53d0c503 better phrasing 8 years ago
Brian Coca 1838eeba96 fix - replacement docs 8 years ago
Devin Waas 01decf4166 added necessary argument (#16067)
E.G.
~~~~

# ./openstack.py --refresh
usage: openstack.py [-h] [--private] [--refresh] [--debug]
                    (--list | --host HOST)
openstack.py: error: one of the arguments --list --host is required
8 years ago
Anne Gentle 2cd17b66be Updates links to OpenStack docs to specific pages (#15857)
While a redirect is in place for both the links to the docs.openstack.org site, a more precise link is helpful.
8 years ago
Devon Harvey e33b97ed1f Fix typo in intro_dynamic_inventory.rst (#15810) 8 years ago
Miguel Cabrerizo a274ef9adc Update intro_dynamic_inventory.rst (#15750)
When using Cobbler with Ansible a cobbler.ini file is needed by the /etc/ansible/cobbler.py script, otherwise Python errors like ConfigParser.NoSectionError: No section: 'cobbler' are shown. Maybe this could be added to the documentation. Thanks and cheers!
8 years ago
Abhijit Menon-Sen cc7867d1de Merge pull request #11642 from quentinsf/inventory_ignores
Mention inventory_ignore_extensions in the dynamic inventory documentation
9 years ago
karimb 6efdaa6f4f Include Ovirt in inventory list 9 years ago
Robin Naundorf 6cc7f7890f Fixes documentation formatting
Fixes documentation formatting
9 years ago
Toshio Kuratomi a3dcd99d96 Documentation fixes 9 years ago
Bruno Almeida do Lago 9e32099b5e Added OpenStack dynamic inventory example
Added an example illustrating how to use the OpenStack dynamic inventory script
to the "Dynamic Inventory" section.
9 years ago
Brian Coca dcedfbe26c corrected usage of ec2.py's profile option
this was never introduced into ansible-playbook though the docs
stated otherwise. We still explain how to use the env var to get the
same result.
9 years ago
Jameel Al-Aziz c08137a3d2 Update ec2 inventory documentation to refer to AWS_PROFILE 9 years ago
willthames 9c967dd054 Allow ec2 inventory to use a boto profile
This allows the EC2 inventory plugin to be used with
the same configuration against different EC2 accounts

Profile can be passed using --profile variable or using
EC2_PROFILE environment variable e.g.

```
EC2_PROFILE=prod ansible-playbook -i ec2.py playbook.yml
```

Added documentation on profiles to EC2 dynamic inventory doc

Only tries to use profiles if --profile argument is given
or EC2_PROFILE is set to maintain compatibility will boto < 2.24.

Works around a minor bug in boto where if you try and use
a security token with a profile it fails (boto/boto#2100)
9 years ago
Quentin Stafford-Fraser dfd19d6bd8 Fix typo in docs 9 years ago
Quentin Stafford-Fraser 7a3519bbaa Documentation for inventory ignored extensions 9 years ago
Brian Coca 9c5a6d7b5a fixed all references to old plugins/inventory to point at contrib/inventory 9 years ago
Charles Lanahan c9815ef286 Update intro_dynamic_inventory.rst
Examples of special characters being converted to underscores for clarity.
10 years ago
Jeff Widman f6d8e457ab Typo: lead --> led 10 years ago
Brian Coca 8908f4a0ef Merge pull request #7214 from lorin/dyn-inv-doc
Document static groups of dynamic groups
10 years ago
Michael DeHaan fe06241986 AWS Guide overhaul, WIP. 10 years ago
Brian Schott c8bfc61172 change location of ec2.ini example to moved location 10 years ago
Kamal Nasser 6e6e039506 Replace all occurrences of "Digital Ocean" with "DigitalOcean" 10 years ago
Lorin Hochstein d50dc45cd4 Document static groups of dynamic groups
Document how to create static groups with dynamic child groups
11 years ago
James Cammarata 56c7b23a69 Merge pull request #6906 from idupree/patch-1
Document the `ec2` group.
11 years ago
sam-at-github ebb33ef9d0 What particular script?
Moved a sentence. Sentence refers to script, "this particular script" before it has been introduced. Moved sentence to after intro as it confused me. I though I'd missed something..
11 years ago
Isaac Dupree bef3233000 Document the `ec2` group.
This group is useful when using multiple inventory sources.
11 years ago
jctanner 40ee030790 Merge pull request #6265 from franckcuny/gce-fixes
Add credential parameters to the GCE modules.
11 years ago
Franck Cuny 6294264dc4 Add credential parameters to the GCE modules.
In order to simplify the workflow with the GCE modules, it's now
possible to add the parameters and project name as arguments to the
various GCE modules.

The inventory plugin also returns the IP of the host in
`ansible_ssh_host` so that you don't have to specify IPs into the
inventory file.

Some update to the documentation are also added.

Closes #5583.
11 years ago
Markus Amalthea Magnuson 745b419cc1 Fix broken Ansible Tower link. 11 years ago
Markus Amalthea Magnuson e13278606b Remove trailing whitespace. 11 years ago
jjshoe 6942e0eea1 Typo/Grammar fix. 11 years ago
Michael DeHaan 81e9a60589 Much rejoicing, ansibleworks.com is now ansible.com
Also note AWX is named "Tower" now, as we found that simpler.
11 years ago
Matt Jaynes f3e416f065 Minor documentation fixes.
Fixed double-dash literals. Fixed broken :doc: links. Minor case fixes. Minor wording fixes.
11 years ago
Michael DeHaan 1c29f043b4 Add contents to various pages with more than one topic per page. 11 years ago
Michael DeHaan 041cea134f New Sphinx theme has sidebar navigation so don't need TOC on each page. 11 years ago
Michael Scherer f290c2aec0 fix various typos in the documentation 11 years ago
James Tanner c39daed422 Merge pull request #4607 and fix merge conflicts for documentation fixes. 11 years ago
Michael DeHaan 4bb34d006e Merge pull request #4793 from ilkka/patch-2
Fix code block quoting in documentation
11 years ago
Ilkka Laukkanen 31d55e03b0 Fix code block quoting
Add double colons where necessary to get code blocks, not blockquotes.
11 years ago
Ilkka Laukkanen e0e01ddbe4 Clarify cobbler.py usage and testing instructions
The doc incorrectly advised executing the static inventory, not the `cobbler.py` script. Also fixes minor language issue.
11 years ago
Lars Francke afbc2b448d Update intro_dynamic_inventory.rst
Minor fixes, style and typos
11 years ago
Michael DeHaan 0cd09dd54f Remove extra "latest/" subdirectory in docs build structure. 11 years ago