1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docsite/rst
Silvio Tomatis 2cfd6c6920 Change old recommendation about insecure variables (#18493)
* Change old recommendation about insecure variables

These warnings were relevant before ansible had the secure vault feature:
any secret put into a variable used to be a bad idea.

With the vault feature (available since ansible 1.5) it's no longer a bad
idea to use these variables, as long as they aren't stored in plain text.

* Update intro_inventory.rst

Minor edit
2016-11-19 01:13:07 -08:00
..
dev_guide Typo 2016-11-17 15:22:03 +00:00
modules
roadmap ROADMAP updates (#18435) 2016-11-11 16:45:16 +01:00
become.rst
committer_guidelines.rst
common_return_values.rst
community.rst
developing_modules.rst
faq.rst update FAQ (#18472) 2016-11-19 01:04:59 -08:00
galaxy.rst
glossary.rst
guide_aws.rst Fix bare variable references in docs 2016-11-10 10:00:38 -07:00
guide_azure.rst
guide_cloudstack.rst cloudstack: add additional CLOUDSTACK_VPC env var (#18467) 2016-11-11 14:03:43 +01:00
guide_docker.rst
guide_gce.rst Fix bare variable references in docs 2016-11-10 10:00:38 -07:00
guide_rax.rst Updated rax guide for handling RackConnect (#16101) 2016-11-19 01:10:25 -08:00
guide_rolling_upgrade.rst Fix bare variable references in docs 2016-11-10 10:00:38 -07:00
guide_vagrant.rst
guides.rst
index.rst
intro.rst
intro_adhoc.rst
intro_bsd.rst
intro_configuration.rst make default strategy configurable (#18394) 2016-11-15 15:36:53 -05:00
intro_dynamic_inventory.rst Merge pull request #18422 from evgeni/fix-dynamic_inventory_intro-rst 2016-11-08 15:56:43 -08:00
intro_getting_started.rst
intro_installation.rst Merge pull request #18249 from bwlz/install_doc_updates 2016-11-08 13:36:46 -08:00
intro_inventory.rst Change old recommendation about insecure variables (#18493) 2016-11-19 01:13:07 -08:00
intro_networking.rst
intro_patterns.rst
intro_windows.rst Merge pull request #17201 from trondhindenes/windows_module_docs 2016-11-06 10:58:28 -08:00
modules.rst
modules_core.rst
modules_extra.rst
modules_intro.rst
playbooks.rst
playbooks_acceleration.rst
playbooks_advanced_syntax.rst
playbooks_async.rst
playbooks_best_practices.rst
playbooks_blocks.rst
playbooks_checkmode.rst
playbooks_conditionals.rst
playbooks_debugger.rst
playbooks_delegation.rst Fix small doc issue | playbooks_delegation (#18494) 2016-11-16 10:44:51 -08:00
playbooks_environment.rst
playbooks_error_handling.rst Clear host errors (#18127) 2016-11-16 11:49:20 -08:00
playbooks_filters.rst Docs edit for #18477. 2016-11-17 15:51:48 -08:00
playbooks_filters_ipaddr.rst
playbooks_intro.rst
playbooks_lookups.rst
playbooks_loops.rst Fix bare variable references in docs 2016-11-10 10:00:38 -07:00
playbooks_prompts.rst
playbooks_roles.rst better explain task vs play includes (#18516) 2016-11-17 02:24:51 -08:00
playbooks_special_topics.rst
playbooks_startnstep.rst
playbooks_strategies.rst
playbooks_tags.rst docsite/rst/playbooks_tags.rst: Added section on tag reuse (#17729) 2016-11-15 14:16:04 -08:00
playbooks_tests.rst
playbooks_variables.rst
playbooks_vault.rst
porting_guide_2.0.rst
python_3_support.rst
quickstart.rst
test_strategies.rst
tower.rst
YAMLSyntax.rst