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 520 additions and 373 deletions
Showing only changes of commit e16bd7b208 - Show all commits

View File

@@ -90,3 +90,12 @@
name: "container-rproxy.service"
state: started
enabled: yes
- name: Create CNAME dns record
community.general.ipa_dnsrecord:
ipa_pass: "{{ ansible_password }}"
zone_name: "{{ ansible_facts['domain'] }}"
record_name: "{{ rproxy_service_name }}"
record_type: 'CNAME'
record_value: "{{ ansible_facts['hostname'] }}"
state: present