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

Merge branch 'temp' into 'master'

Temp

See merge request ansible/playbooks/freeipa-setup!10
parents 8ba90542 4ba473c0
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 }}"