freeipa.ansible_freeipa.ipaclient_set_hostname (1.11.1) — module

Backup and set hostname

Authors: Thomas Woerner (@t-woerner)

preview | supported by community

Install collection

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


Add to requirements.yml

  collections:
    - name: freeipa.ansible_freeipa
      version: 1.11.1

Description

Backup and set hostname

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Backup and set hostname
- name: Backup and set hostname
  freeipa.ansible_freeipa.ipaclient_set_hostname:
    hostname: client1.example.com

Inputs

    
hostname:
    description: Fully qualified name of this host
    required: true
    type: str