Divide add config and rproxy installation
This commit is contained in:
19
addconfig.yml
Normal file
19
addconfig.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: yes
|
||||
|
||||
vars_prompt:
|
||||
- name: rproxy_service_name
|
||||
prompt: Enter service for rproxy
|
||||
private: false
|
||||
|
||||
- name: rproxy_service_port
|
||||
prompt: Enter service for rproxy
|
||||
private: false
|
||||
|
||||
- name: rproxy_service_address
|
||||
prompt: Enter service for rproxy
|
||||
private: false
|
||||
|
||||
roles:
|
||||
- addconfig
|
||||
Reference in New Issue
Block a user