mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
Added ansible templating example
This commit is contained in:
@@ -74,3 +74,7 @@
|
||||
salt: "{{ lookup('community.general.random_string', special=false) }}"
|
||||
ansible.builtin.debug:
|
||||
var: password | password_hash('sha512', salt)
|
||||
|
||||
- name: Get a variable's type.
|
||||
ansible.builtin.debug:
|
||||
var: "'string' | type_debug"
|
||||
|
||||
Reference in New Issue
Block a user