vars file
include_vars:
dir: vars
name: secret.yml
- name: Create hive user
become: yes
become_method: su
become_user: postgres
postgresql_user:
name: hive
password: "{{ hivedb_password }}"
msg: |-
The task includes an option with an undefined variable. The error was: 'hivedb_password' is undefined
файл и переменная в нем конечно же есть
Ansible умеет загружать файлы с переменными автоматом.
Обсуждают сегодня