ansible: remove hard-coded dw username.

This commit is contained in:
David Wilson 2018-05-15 21:34:13 +01:00
parent 1eb5c20f57
commit a3995f8e5f
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def main():
print 'Addresses:', ips
os.execvp('ansible-playbook', [
'anisble-playbook',
'--user=dw',
'--inventory-file=' + ','.join(ips) + ','
] + sys.argv[1:])