ansible
[!NOTE|label:references:]
environment
install
install for development
upgrade
or via
ln
ansible-vault
[!NOTE]
[!NOTE|label:references:]
create with name
[!TIP] via
--vault-id @prompt- [How to see special characters?](https://www.unix.com/unix-for-dummies-questions-and-answers/151193-how-see-special-characters.html) - be aware of the `echo` will automatically appending the `\n` in the end of the line: ```bash $ echo 'abc' | od -c 0000000 a b c \n 0000004 ``` - with `echo -n` ```bash $ echo -n 'abc' | od -c 0000000 a b c 0000003 ```
or
reset key
encrypt
decrypt
decrypt from string
view
ansible-galaxy
[!NOTE|label:references:]
ansible-playbook
[!NOTE|label:references:]
tags
[!NOTE|label:references]
never
result
result with
--tags
vault CLI
[!NOTE|label:references:]
environment variables
[!NOTE|label:referencs:]
get all default
disable localhost warning
ansible-lint
[!NOET|label:references:]
vim/nvim plugins
.ansible-lint.config/ansible-lint.yml.config/ansible-lint.yaml
ansible-tools
[!NOTE|label:references:]
plugin
[!NOTE|label:references:]
sample code
[!NOTE|label:references:]
troubleshooting
Last updated
Was this helpful?