Set default username

This commit is contained in:
Khue Doan 2021-04-26 01:21:01 +07:00
parent b3f2d0dec3
commit f84fc1ae4e
2 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,6 @@
hosts: all
gather_facts: no
vars_prompt:
- name: os_username
prompt: Enter username for metal nodes
private: no
- name: os_password
prompt: Enter password for metal nodes
roles:

View File

@ -0,0 +1 @@
os_username: centos