Fix SPN name request

This commit is contained in:
2025-08-14 23:54:13 +03:00
parent 18a1e94100
commit eae462797c

View File

@@ -26,7 +26,7 @@
- name: Create SPN for HTTP - name: Create SPN for HTTP
ansible.builtin.shell: 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: false
become_user: "{{ ansible_user }}" become_user: "{{ ansible_user }}"
ignore_errors: true ignore_errors: true