Skip to content

Instantly share code, notes, and snippets.

@jbenninghoff
Last active August 29, 2015 14:16
Show Gist options
  • Save jbenninghoff/caa6bdd294cbc077c4ef to your computer and use it in GitHub Desktop.
Save jbenninghoff/caa6bdd294cbc077c4ef to your computer and use it in GitHub Desktop.
clush2ansible-hosts
root@cent01 redhat 4C 02:43pm# sed -n '/^#/d;/@/d;s/\(^.*\): \(.*$\)/[\1]\n\2\n/p' /etc/clustershell/groups | sed '/\[.*\]/s/-/:/;/.* .*/s/ /\n/'
[all]
cent[01:05]
[zk]
cent[01:03]
[cldb]
cent01
cent02
[jt]
cent04
cent05
[hist]
cent03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment