Move to FreeIPA CA certificate generation #38

Merged
mpavlov merged 7 commits from dev into master 2025-08-15 00:16:55 +03:00
7 changed files with 135 additions and 246 deletions
Showing only changes of commit eae462797c - Show all commits

View File

@@ -26,7 +26,7 @@
- name: Create SPN for HTTP
ansible.builtin.shell:
cmd: "ipa service-add HTTP/{{ ansible_facts['hostname'] }}.{{ ansible_facts['domain'] }} --skip-host-check"
cmd: "ipa service-add HTTP/{{ rproxy_service_name }}.{{ ansible_facts['domain'] }} --skip-host-check"
become: false
become_user: "{{ ansible_user }}"
ignore_errors: true