Commit e593dbdb authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

requirements.yml

parent 418c999e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@
- name: Install IPA servers
  hosts: ipaserver
  become: true
  collections:
    - freeipa.ansible_freeipa
  roles:
    - role: ipaserver
      state: present
@@ -19,6 +21,8 @@
- name: Install IPA replicas
  hosts: ipareplicas
  become: true
  collections:
    - freeipa.ansible_freeipa
  roles:
    - role: ipareplica
      state: present