jbride
2018-06-06 87ecf8e232e0bab91f9906a05b9efc0fd4f79e7e
ansible/configs/ocp-implementation-lab/post_software.yml
@@ -33,9 +33,7 @@
        dest: /etc/ansible/hosts
      tags:
        - overwrite_hosts_with_lab_hosts
    - name: install ipa client packages
      yum:
        name: "ipa-client"
        state: present
    - name: Register bastion with IPA
      shell: "/usr/sbin/ipa-client-install --domain=OPENTLC.COM -w {{ipa_host_password}} -N -U --mkhomedir --no-dns-sshfp --hostname={{bastion_public_dns_chomped}}"
    - import_role:
        name: "{{ ANSIBLE_REPO_PATH }}/roles/bastion-opentlc-ipa"
      when: install_ipa_client|bool