Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 313 Bytes

ansible.md

File metadata and controls

20 lines (14 loc) · 313 Bytes

Ansible

Debugging

setup module docs

# Display local facts
ansible -m debug -a "var=hostvars[inventory_hostname]" $host

# Display facts from all hosts
ansible all -m setup

Ansible Galaxy

# Create role
ansible-galaxy init role_name