AZ
Size: a a a
AZ
C
NK
S
S
cc
d
[all:vars] |remote_user = root
ansible_ssh_pass={{pswd}}
.
├── ansible.cfg
├── group_vars
│ └── all
│ └── secret.yml
├── hosts
│ └── lab
└── main.yml
СУ
[all:vars] |remote_user = root
ansible_ssh_pass={{pswd}}
.
├── ansible.cfg
├── group_vars
│ └── all
│ └── secret.yml
├── hosts
│ └── lab
└── main.yml
d
d
pswd=Qwerty123$
"msg": "The field 'password' has an invalid value, which includes an undefined variable. The error was: 'pswd' is undefined"
C
[all:vars] |remote_user = root
ansible_ssh_pass={{pswd}}
.
├── ansible.cfg
├── group_vars
│ └── all
│ └── secret.yml
├── hosts
│ └── lab
└── main.yml
include_vars:
- file: env.yml
C
d
C
C
C
d
C
d
C