ansible/docs/docsite/rst/user_guide
Matt Martz 9667f221a5
Make AnsibleVaultEncryptedUnicode work more like a string (#67823)
* Make AnsibleVaultEncryptedUnicode work more like a string. Fixes #24425

* Remove debugging

* Wrap some things

* Reduce diff

* data should always result in text

* add tests

* Don't just copy and paste, kids

* Add eq and ne back

* Go full UserString copy/paste

* Various version related fixes

* Remove trailing newline

* py2v3

* Add a test that can evaluate whether a variable is vault encrypted

* map was introduces in jinja2 2.7

* moar jinja

* type fix

Co-Authored-By: Sam Doran <sdoran@redhat.com>

* Remove duplicate __hash__

* Fix typo

* Add changelog fragment

* ci_complete

Co-authored-by: Sam Doran <sdoran@redhat.com>
2020-06-08 16:30:14 -05:00
..
shared_snippets
basic_concepts.rst
become.rst Fix name of utility "nologin" (#69207) 2020-05-04 17:40:44 -05:00
collections_using.rst Add support to install collections from git repositories (#69154) 2020-05-29 13:33:32 -04:00
command_line_tools.rst
connection_details.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
guide_rolling_upgrade.rst Remove reference to core Ansible (#68462) 2020-03-26 15:22:36 -04:00
index.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
intro.rst
intro_adhoc.rst user_guide/intro_adhoc.rst: fix typo (#67644) 2020-02-21 10:56:25 +00:00
intro_bsd.rst Clarification for Ansible and BSD Introduction (#69275) 2020-05-04 16:16:41 -05:00
intro_dynamic_inventory.rst Redirect inventory script links (#69143) 2020-04-29 16:05:39 -04:00
intro_getting_started.rst Fix list formatting in Getting Started (#68153) 2020-03-25 15:29:09 -04:00
intro_inventory.rst Update intro_inventory.rst (#69718) 2020-05-28 15:06:17 -05:00
intro_patterns.rst Update intro_patterns.rst (#67151) 2020-02-11 11:52:00 -06:00
intro_windows.rst
modules.rst
modules_intro.rst
modules_support.rst fixed some broken links (#66182) 2020-01-06 10:24:07 -06:00
playbook_pathing.rst
playbooks.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_advanced_syntax.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_async.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_best_practices.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_blocks.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_checkmode.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_conditionals.rst Add SLES to user_guide/playbook_conditionals.yml (#69262) 2020-05-29 13:39:49 -04:00
playbooks_debugger.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_delegation.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_environment.rst note that environment is not good for secrets (#69618) 2020-05-28 15:24:32 -05:00
playbooks_error_handling.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_filters.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_filters_ipaddr.rst add FQCN for migrated filters (#69321) 2020-05-04 16:02:13 -05:00
playbooks_intro.rst Fix indentation (#66991) 2020-02-03 12:30:12 -05:00
playbooks_lookups.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_loops.rst loop: simplify dict2items example in docs (#66235) 2020-01-07 10:32:46 -05:00
playbooks_module_defaults.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_prompts.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_python_version.rst Upstream jinja has decided not to rename from jinja2. (#66880) 2020-01-30 10:57:50 -05:00
playbooks_reuse.rst Docs: User Guide overhaul, part 3 (#66371) 2020-01-21 16:57:55 -05:00
playbooks_reuse_includes.rst Docs: User Guide overhaul, part 3 (#66371) 2020-01-21 16:57:55 -05:00
playbooks_reuse_roles.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_roles.rst
playbooks_special_topics.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_startnstep.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_strategies.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_tags.rst all: fix all the the duplicate words (#66784) 2020-01-28 14:06:40 -05:00
playbooks_templating.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
playbooks_tests.rst Make AnsibleVaultEncryptedUnicode work more like a string (#67823) 2020-06-08 16:30:14 -05:00
playbooks_variables.rst Doc: playbook keywords are reserved names too (#69585) 2020-05-28 10:32:28 -05:00
playbooks_vars_facts.rst WIP: Docs: User guide overhaul, part 4 (#69266) 2020-05-15 16:18:07 -04:00
playbooks_vault.rst
plugin_filtering_config.rst
quickstart.rst link from quickstart page to Network Getting Started (#65150) 2019-11-21 11:42:57 -05:00
sample_setup.rst Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
vault.rst
windows.rst
windows_dsc.rst fixed some broken links (#66182) 2020-01-06 10:24:07 -06:00
windows_faq.rst Update windows_faq.rst (#67482) 2020-02-17 13:38:46 -06:00
windows_performance.rst
windows_setup.rst Fix grammar error in docfile (#68707) 2020-04-06 16:03:17 -04:00
windows_usage.rst
windows_winrm.rst Fixes #65590 add pywinrm version explanation (#65591) 2020-01-16 08:22:38 +10:00