test vars_prompt
This commit is contained in:
6
all.yml
6
all.yml
@@ -3,12 +3,6 @@
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
vars_prompt:
|
||||
|
||||
- name: username
|
||||
prompt: What is your username?
|
||||
private: false
|
||||
# #
|
||||
# # @author Stéphane Gratias (2023).
|
||||
# #
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
# USER #
|
||||
########
|
||||
|
||||
ansible_ssh_private_key_passphrase: test
|
||||
|
||||
management_user_list:
|
||||
- name: stephane
|
||||
shell: '/bin/bash'
|
||||
|
||||
Reference in New Issue
Block a user