diff --git a/setup_linux.yml b/setup_linux.yml index ded2a0f..e5bd233 100644 --- a/setup_linux.yml +++ b/setup_linux.yml @@ -104,7 +104,19 @@ name: "{{ inventory_hostname }}" # ============================== -# FOURTH PLAY: BACKUP +# FOURTH PLAY: FREEIPA / SSSD +# ============================== + +- name: FreeIPA client setup + hosts: all + become: true + tags: never,sssd + + roles: + - role: initial_install/roles/freeipa_client + +# ============================== +# FIFTH PLAY: BACKUP # ============================== - import_playbook: backup.yml \ No newline at end of file