You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst
Brian Coca 8f97aef1a3 Transition inventory into plugins (#23001)
* draft new inventory plugin arch, yaml sample

 - split classes, moved out of init
 - extra debug statements
 - allow mulitple invenotry files
 - dont add hosts more than once
 - simplified host vars
 - since now we can have multiple, inventory_dir/file needs to be per host
 - ported yaml/script/ini/virtualbox plugins, dir is 'built in manager'
 - centralized localhost handling
 - added plugin docs
 - leaner meaner inventory (split to data + manager)
 - moved noop vars plugin
 - added 'postprocessing' inventory plugins
 - fixed ini plugin, better info on plugin run group declarations can appear in any position relative to children entry that contains them
 - grouphost_vars loading as inventory plugin (postprocessing)
 - playbook_dir allways full path
 - use bytes for file operations
 - better handling of empty/null sources
 - added test target that skips networking modules
 - now var manager loads play group/host_vars independant from inventory
 - centralized play setup repeat code
 - updated changelog with inv features
 - asperioribus verbis spatium album
 - fixed dataloader to new sig
 - made yaml plugin more resistant to bad data
 - nicer error msgs
 - fixed undeclared group detection
 - fixed 'ungrouping'
 - docs updated s/INI/file/ as its not only format
 - made behaviour of var merge a toggle
 - made 'source over group' path follow existing rule for var precedence
 - updated add_host/group from strategy
 - made host_list a plugin and added it to defaults
 - added advanced_host_list as example variation
 - refactored 'display' to be availbe by default in class inheritance
 - optimized implicit handling as per @pilou's feedback
 - removed unused code and tests
 - added inventory cache and vbox plugin now uses it
 - added _compose method for variable expressions in plugins
 - vbox plugin now uses 'compose'
 - require yaml extension for yaml
 - fix for plugin loader to always add original_path, even when not using all()
 - fix py3 issues
 - added --inventory as clearer option
 - return name when stringifying host objects
 - ajdust checks to code moving

* reworked vars and vars precedence
 - vars plugins now load group/host_vars dirs
 - precedence for host vars is now configurable
 - vars_plugins been reworked
 - removed unused vars cache
 - removed _gathered_facts as we are not keeping info in host anymore
 - cleaned up tests
 - fixed ansible-pull to work with new inventory
 - removed version added notation to please rst check
 - inventory in config relative to config
 - ensures full paths on passed inventories

* implicit localhost connection local
9 years ago
..
dev_guide aws integration tests - provide an IAM policy for running (#24725) 9 years ago
modules consolidated docs 9 years ago
roadmap mark runas become method experimental (#23235) 9 years ago
YAMLSyntax.rst Add some additional value quoting examples (#20464) 9 years ago
become.rst become options dont qualify as new anymore 9 years ago
committer_guidelines.rst consolidated docs 9 years ago
common_return_values.rst Don't mix deprecations messages with warnings messages (#21337) 9 years ago
community.rst [WIP] Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5 (#22721) 9 years ago
conf.py Update version and change remove files from pep8 blacklist 9 years ago
faq.rst Minor grammatical corrections and improvements (#23886) 9 years ago
galaxy.rst Add role skeleton support (#17079) 9 years ago
glossary.rst consolidated docs 9 years ago
guide_aws.rst Added example of referring to AWS-credentials (#21560) 9 years ago
guide_azure.rst consolidated docs 9 years ago
guide_cloudstack.rst cloudstack: implement config overloading and ENV vars for API auth (#22724) 9 years ago
guide_docker.rst consolidated docs 9 years ago
guide_gce.rst consolidated docs 9 years ago
guide_kubernetes.rst Adds k8s_common.py (#22899) 9 years ago
guide_packet.rst Add guide for Packet host (#21346) 9 years ago
guide_rax.rst consolidated docs 9 years ago
guide_rolling_upgrade.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 9 years ago
guide_vagrant.rst consolidated docs 9 years ago
guides.rst Add guide for Packet host (#21346) 9 years ago
index.rst consolidated docs 9 years ago
intro.rst consolidated docs 9 years ago
intro_adhoc.rst consolidated docs 9 years ago
intro_bsd.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
intro_configuration.rst Fixing security issue with lookup returns not tainting the jinja2 environment 9 years ago
intro_dynamic_inventory.rst Update link URL to OpenStack documentation (#22776) 9 years ago
intro_getting_started.rst Add document about connecting to localhost (#20534) 9 years ago
intro_installation.rst [WIP] Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5 (#22721) 9 years ago
intro_inventory.rst Transition inventory into plugins (#23001) 9 years ago
intro_networking.rst Delete link to test-network-modules (#21347) 9 years ago
intro_patterns.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
intro_windows.rst WinRM: Add operation and read timeout variables to docs (#24922) 9 years ago
modules.rst Doc module meta (#20093) 9 years ago
modules_intro.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
modules_support.rst Docs how to test (2nd) (#24094) 9 years ago
network_debug_troubleshooting.rst Improve network debug wording (#23735) 9 years ago
playbook_pahting.rst 2nd draft 9 years ago
playbooks.rst Doc fixes (#20353) 9 years ago
playbooks_acceleration.rst consolidated docs 9 years ago
playbooks_advanced_syntax.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
playbooks_async.rst consolidated docs 9 years ago
playbooks_best_practices.rst Update playbooks_best_practices.rst (#21288) 9 years ago
playbooks_blocks.rst added clarification on directives/blocks 9 years ago
playbooks_checkmode.rst consolidated docs 9 years ago
playbooks_conditionals.rst service state typo 9 years ago
playbooks_debugger.rst Fix all RST errors for docs/docsite/rst (#20005) 9 years ago
playbooks_delegation.rst Fixes minor type in docs (#24117) 9 years ago
playbooks_environment.rst Revert "made example not fail" 9 years ago
playbooks_error_handling.rst Add example task succeeding when RC is non-zero (#23698) 9 years ago
playbooks_filters.rst Limit sphinx version on python 2.6. (#24678) 9 years ago
playbooks_filters_ipaddr.rst Doc fixes (#20353) 9 years ago
playbooks_intro.rst Flip setenforce boolean (#22752) 9 years ago
playbooks_lookups.rst added docs about url 9 years ago
playbooks_loops.rst Add a missing leading zero in a mode parameter 9 years ago
playbooks_prompts.rst Update playbooks_prompts.rst (#22910) 9 years ago
playbooks_python_version.rst Update playbooks_python_version.rst 9 years ago
playbooks_roles.rst Change the example of playbook include. (#22697) 9 years ago
playbooks_special_topics.rst moved docs generation and templates to docs/ 9 years ago
playbooks_startnstep.rst consolidated docs 9 years ago
playbooks_strategies.rst consolidated docs 9 years ago
playbooks_tags.rst RST Code should be ``--tags`` fixes 22717 (#23074) 9 years ago
playbooks_templating.rst Add documentation of Jinja2 templating idioms that differ when run under Python3 9 years ago
playbooks_tests.rst added new tests any and all (#22665) 9 years ago
playbooks_variables.rst Transition inventory into plugins (#23001) 9 years ago
playbooks_vault.rst fixed notation on entries, meant literal not italic 9 years ago
porting_guide_2.0.rst using prefered format 9 years ago
python_3_support.rst Fix reST markup (#23536) 9 years ago
quickstart.rst consolidated docs 9 years ago
test_strategies.rst consolidated docs 9 years ago
tower.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 9 years ago