Prepared for AlmaLinux 10 #32

Merged
mpavlov merged 13 commits from dev into master 2025-07-20 19:33:28 +03:00
16 changed files with 511 additions and 373 deletions
Showing only changes of commit 7155070c9e - Show all commits

View File

@@ -6,11 +6,21 @@
path: "{{ rproxy_dir }}"
state: absent
- name: Create data dir
ansible.builtin.file:
path: "{{ data_dir }}"
state: directory
- name: Create rproxy dir
ansible.builtin.file:
path: "{{ rproxy_dir }}"
state: directory
- name: Create rproxy data dir
ansible.builtin.file:
path: "{{ repo_data_dir }}"
state: directory
- name: Create sites dir
ansible.builtin.file:
path: "{{ rproxy_dir }}/sites"

View File

@@ -1,6 +1,7 @@
ansible_python_interpreter: /usr/bin/python3
rproxy_dir: /opt/rproxy
rproxy_version: latest
data_dir: /opt/data
repo_data_dir: /opt/data/repo
dockerrepo_dir: /opt/dockerrepo
dockerrepo_data_dir: /opt/data/dockerrepo