ansible: remove hard-coded dw username.
This commit is contained in:
parent
1eb5c20f57
commit
a3995f8e5f
|
@ -27,7 +27,6 @@ def main():
|
|||
print 'Addresses:', ips
|
||||
os.execvp('ansible-playbook', [
|
||||
'anisble-playbook',
|
||||
'--user=dw',
|
||||
'--inventory-file=' + ','.join(ips) + ','
|
||||
] + sys.argv[1:])
|
||||
|
||||
|
|
Loading…
Reference in New Issue