Skip to content
Snippets Groups Projects
Select Git revision
  • bc5b38a77127de126bd35175862414367102e1bf
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

openstack.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