add NF and F to prefix each host so you can grep for which is which
This commit is contained in:
parent
e17c382de4
commit
12f2818954
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ for host in sorted(inv.get_hosts()):
|
|||
|
||||
print 'freeze:'
|
||||
for host in sorted(frozen):
|
||||
print ' ' + host
|
||||
print 'F: ' + host
|
||||
|
||||
|
||||
print 'do not freeze:'
|
||||
for host in sorted(unfrozen):
|
||||
print ' ' + host
|
||||
print 'NF: ' + host
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue