Commit Graph

1371 Commits (7173f587ed1a6c638cf2d3e387781fd00cb1563c)

Author SHA1 Message Date
Austin Ziegler 67a980c9ef Describe the units for fact_caching_timeout 10 years ago
Toshio Kuratomi 4225c0677d Merge pull request #12548 from amenonsen/pr-9130-rebase
#9130 rebase: EC2 Inventory Boto Profile Support
10 years ago
Jameel Al-Aziz c08137a3d2 Update ec2 inventory documentation to refer to AWS_PROFILE 10 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)
10 years ago
Abhijit Menon-Sen d4af7d256b Mention ansible_ssh_pipelining in intro_inventory 10 years ago
Brian Coca b757798f3e Merge pull request #12483 from jeffwidman/patch-2
Clarified that .yml, .yaml, and .json are allowable file extensions for inventory vars files
10 years ago
Marius Gedminas b57d549e16 Typo in shell command in example 10 years ago
Jeff Widman 3f135e3fac Clarified that .yml, .yaml, and .json are allowable file extensions for inventory variables files. 10 years ago
Jeff Widman 983ee0898d Add mention of roles_path parameter to `ansible-galaxy install` command 10 years ago
Nathaniel Schaaf 356cae9e5d Fix typo 10 years ago
Toshio Kuratomi b11a44e5b4 Merge pull request #12097 from mgedmin/patch-1
Fix typo, remove redundant paragraph
10 years ago
James Cammarata 37f2cbc429 Merge pull request #12436 from amenonsen/ranges
Support «hosts: foo[1:]» and add tests for split/apply_subscript
10 years ago
Brian Coca 5dd61ad3fe Merge pull request #12409 from mgedmin/patch-2
Fix example formatting in the documentation
10 years ago
Abhijit Menon-Sen 2fcdb37e7b Support «hosts: groupname[1:]» notation (~= 'the rest of the group') 10 years ago
James Cammarata 951128d7a6 Merge branch 'hostpatterns' of https://github.com/amenonsen/ansible into amenonsen-hostpatterns 10 years ago
James Cammarata ba82e57445 Merge branch 'sudo_on_if_needed' of https://github.com/apollo13/ansible into apollo13-sudo_on_if_needed 10 years ago
Abhijit Menon-Sen b47bc343ea Document , instead of : in intro_patterns, update changelog 10 years ago
Florian Apolloner d9f873495e Ported over #7158 to support SELinux context switches. 10 years ago
Paul Freeman f14c617084 Documentation for retry_files_enabled and retry_files_save_path 10 years ago
Marius Gedminas 5d3d53e890 Fix example formatting 10 years ago
James Cammarata 0685262d06 Merge pull request #12397 from lambeau/devel
Fix spelling
10 years ago
Chris Church c5409ab493 Remove ansible_winrm_ host/port/user/pass options, update exception handling around establishing a winrm connection. 10 years ago
Chris Church 056c6b77d0 Support additional options for WinRM connections via inventory variables. 10 years ago
Joshua Kugler 3004e9bec8 Fixing a small typo
Just adding a missing letter.
10 years ago
Nathaniel Schaaf ffc67f0a37 Fix spelling 10 years ago
James Cammarata 719e4020e0 Merge pull request #12387 from jkugler/patch-1
Small change so the YAML renders as code.
10 years ago
Joshua Kugler d31f61e35c Wrong column named
Correcting the docs to match the example, which I assume to be correct.
10 years ago
Joshua Kugler 1dc7cce910 Small change so the YAML renders as code.
The line above the last YAML code block in this document did not have the requisite :: characters, so the YAML did not render correctly in the docs.
10 years ago
Brian Coca b6d6c2e4db corrected all missing paths changes 10 years ago
Brian Coca 7c669f5a33 Merge pull request #12375 from jhawkesworth/configuring_kerberos_doc
Documentation PR. Add kerberos configuration instructions to windows intro page
10 years ago
Tim Gerla e5a981e713 typo fix 10 years ago
Brian Coca 5c7bca9e17 Merge pull request #12369 from bborysenko/docsite/playbooks_variables
docs - minor fixes to playbooks_variables
10 years ago
Brian Coca 43ea5f0853 added note about registered variables 10 years ago
= e5cad0fd9a Add kerberos configuration instructions to windows intro 10 years ago
Borys Borysenko 6b396cdab7 fix code block quoting and boldface for modules name 10 years ago
yannig.perre@gmail.com 54eb08eb0d Fix ansible v2 documentation for ini lookup plugin (property => properties). 10 years ago
Brian Coca d8b671ca76 Merge pull request #12348 from bborysenko/docsite/playbooks_intro
docsite - playbooks_intro - minor tweaks
10 years ago
Borys Borysenko 4064063794 use boldface for modules name 10 years ago
Borys Borysenko f5cfb5577e fix code block quoting 10 years ago
Gerard Lynch e5211a9b18 playbooks_filters - minor fixes 10 years ago
Abhijit Menon-Sen f56a6e0951 Rename ansible_ssh_{host,port,user} in docs to ansible_*
The _ssh variants will continue to work, but the shorter, more generic
names are preferred now.
10 years ago
Brian Coca 6dac8512a1 Merge pull request #12307 from jtyr/doc_fixes
Doc fixes
10 years ago
Jiri tyr 14dc16ca54 Adding missing colon to fix the block formating 10 years ago
Jiri tyr 174f805fb3 Resurrection of the comment filter 10 years ago
Kenny Gillen 00d2a80542 s/rpmbuild/rpm-build
When I followed these instructions, the generated path was 'rpm-build', not 'rpmbuild'. My rpm-build version is rpm-build-4.11.1-25.el7.x86_64 if that's relevant. Maybe this is 'just me', but wanted to feed back in case it's the same for everyone.
10 years ago
Bill Nottingham e2e15992b7 Update intro_windows.rst
Fix typo that broke RST -> html parsing.
10 years ago
Brian Coca 246e602fce added note on ssh and sftp to managed node intro 10 years ago
Brian Coca 91a5d06c21 added note on os x file limits 10 years ago
Brian Coca a424f3f7a5 Merge pull request #12278 from praveenkumar/doc_fix
Update doc to use 'become' instead of 'sudo'
10 years ago
Praveen Kumar 2fb98152ad Update doc to use 'become' instead of 'sudo' 10 years ago