freeipa.ansible_freeipa.ipaclient_setup_ssh (1.8.4) — module

Configure ssh and sshd for IPA client

Authors: Thomas Woerner

preview | supported by community

Install collection

Install with ansible-galaxy collection install freeipa.ansible_freeipa:==1.8.4


Add to requirements.yml

  collections:
    - name: freeipa.ansible_freeipa
      version: 1.8.4

Description

Configure ssh and sshd for IPA client

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Configure ssh and sshd for IPA client
  freeipa.ansible_freeipa.ipaclient_setup_ssh:
    servers: ["server1.example.com","server2.example.com"]
    ssh: yes
    sshd: yes
    sssd: yes

Inputs

    
sssd:
    description: The installer sssd setting
    required: true

no_ssh:
    description: Do not configure OpenSSH client
    required: true

no_sshd:
    description: Do not configure OpenSSH server
    required: true

servers:
    description: Fully qualified name of IPA servers to enroll to
    required: false

ssh_trust_dns:
    description: Configure OpenSSH client to trust DNS SSHFP records
    required: true