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

Temp

parent 8ba90542
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---

- name: Setup Ansible Freeipa
- name: Setup Ansible FreeIPA
  hosts: ipaserver
  become: no
  gather_facts: no
  tasks:
    - name: Clone kubespray repo ({{ freeipa_repo | default('https://github.com/freeipa/ansible-freeipa.git') }}) with required version ({{ freeipa_commit }})
    - name: Clone Ansible FreeIPA repo ({{ freeipa_repo | default('https://github.com/freeipa/ansible-freeipa.git') }}) with required version ({{ freeipa_commit }})
      git:
        repo: "{{ freeipa_repo | default('https://github.com/freeipa/ansible-freeipa.git') }}"
        version: "{{ freeipa_commit }}"