Blame playbooks/host/host-present-with-allow_retrieve_keytab.yml

Packit Service 0a38ef
---
Packit Service 0a38ef
- name: Host present with allow_retrieve_keytab
Packit Service 0a38ef
  hosts: ipaserver
Packit Service 0a38ef
  become: true
Packit Service 0a38ef
Packit Service 0a38ef
  tasks:
Packit Service 0a38ef
  - name: Host host1.example.com present with allow_retrieve_keytab for users, groups, hosts and hostgroups
Packit Service 0a38ef
    ipahost:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: host01.exmaple.com
Packit Service 0a38ef
      allow_retrieve_keytab_user:
Packit Service 0a38ef
      - user01
Packit Service 0a38ef
      - user02
Packit Service 0a38ef
      allow_retrieve_keytab_group:
Packit Service 0a38ef
      - group01
Packit Service 0a38ef
      - group02
Packit Service 0a38ef
      allow_retrieve_keytab_host:
Packit Service 0a38ef
      - host02.exmaple.com
Packit Service 0a38ef
      - host03.exmaple.com
Packit Service 0a38ef
      allow_retrieve_keytab_hostgroup:
Packit Service 0a38ef
      - hostgroup01
Packit Service 0a38ef
      - hostgroup02
Packit Service 0a38ef
      ip_address: 192.168.0.123