Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Last active August 29, 2015 14:01
Show Gist options
  • Save omgjlk/a86ad89307c1213f3d45 to your computer and use it in GitHub Desktop.
Save omgjlk/a86ad89307c1213f3d45 to your computer and use it in GitHub Desktop.
- name: assessment
hosts: host1:host2:host3:host4
gather_facts: false
tasks:
- name: hostname
command: hostname
delegate_to: host5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment