Divide add config and rproxy installation
This commit is contained in:
16
rproxy.yml
16
rproxy.yml
@@ -1,26 +1,12 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: yes
|
||||
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
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
|
||||
|
||||
- name: image_repo
|
||||
prompt: Enter repository address with podman images (ex. rproxy.olsson.ul:5000)
|
||||
private: false
|
||||
|
||||
roles:
|
||||
- podman
|
||||
- rproxy
|
||||
|
||||
Reference in New Issue
Block a user