freeipa.ansible_freeipa.ipaclient_set_hostname (1.8.4) — module

Backup and set hostname

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

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: false