Commit 5adc1fe0 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Merge branch '0' into 'master'

fix

See merge request ansible/playbooks/idm-platform-setup!14
parents e36ee514 6ba004db
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
---

- name: Install ucarp
  hosts: ipaserver:ipareplicas
  become: yes
  roles:
    - ucarp_systemd

- name: Install LE CA
  hosts: ipaserver
  become: yes
@@ -19,3 +13,9 @@
    - name: Update IPA certs
      ansible.builtin.shell: ipa-certupdate
      changed_when: False

- name: Install ucarp
  hosts: ipaserver:ipareplicas
  become: yes
  roles:
    - ucarp_systemd