add vms var
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: "{{ vms }}"
|
||||||
become: true
|
become: true
|
||||||
vars_prompt:
|
vars_prompt:
|
||||||
|
- name: vms
|
||||||
|
prompt: "hosts to run playbook on"
|
||||||
|
private: no
|
||||||
- name: group_name
|
- name: group_name
|
||||||
prompt: "Name of group to add user to"
|
prompt: "Name of group to add user to"
|
||||||
private: no
|
private: no
|
||||||
|
|||||||
Reference in New Issue
Block a user