Horje
ansible set hostname from facts Code Example
ansible set hostname from facts
- name: Set proper hostname
  hostname:
    #name: hostvars[inventory_hostname].ansible_host
    name: "{{ hostvars[inventory_hostname].ansible_host }}"
  become: yes
  when:
    - ansible_facts['os_family'] == 'Suse'




Whatever

Related
size of unordered_map Code Example size of unordered_map Code Example
different styles of edittext in android Code Example different styles of edittext in android Code Example
Configure MySQL Using Spring Boot Properties Code Example Configure MySQL Using Spring Boot Properties Code Example
doctrine findby criteria Code Example doctrine findby criteria Code Example
pygame move a rect Code Example pygame move a rect Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9