Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Update for the May 2020 online training. Includes an upgrade to
Shibboleth IdP version 4.0 and COmanage Registry upgrade to 3.2.4.
1 contributor

Users who have contributed to this file

---
- hosts: tag_comanage_training_True
become: yes
gather_facts: True
strategy: free
tasks:
- name: Set FQDN for node
command: "hostnamectl set-hostname {{ private_fqdn }}"
when: ansible_facts['nodename'] != private_fqdn