This website requires JavaScript.
Explore
Help
Sign In
benediktwismans
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1a706089a3
ansible
/
roles
/
kvm_install
/
files
/
vhost_getMAC
2 lines
83 B
Bash
Raw
Blame
History
#!/bin/bash
/usr/bin/virsh dumpxml
$1
|
grep
"mac address"
|
awk -F
\'
'{ print $2}'
Reference in New Issue
View Git Blame
Copy Permalink