Skip to content
Snippets Groups Projects
Select Git revision
  • c24e5710dac8f91f14d047cd6ce28b9e59e721dc
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

README.md

Blame
  • host-present-with-allow_create_keytab.yml 605 B
    ---
    - name: Host present with allow_create_keytab
      hosts: ipaserver
      become: true
    
      tasks:
      - name: Host host1.example.com present with allow_create_keytab for users, groups, hosts and hostgroups
        ipahost:
          ipaadmin_password: MyPassword123
          name: host01.exmaple.com
          allow_create_keytab_user:
          - user01
          - user02
          allow_create_keytab_group:
          - group01
          - group02
          allow_create_keytab_host:
          - host02.exmaple.com
          - host03.exmaple.com
          allow_create_keytab_hostgroup:
          - hostgroup01
          - hostgroup02
          ip_address: 192.168.0.123