def print_ip(ip_addr, username, password):
print("My IP address is: {}.format(ip_addr))
print(username)
print(password)
print('10.0.0.1', 'admin', 'password123')
Blog for documenting various tasks which I would otherwise forget how to implement from scratch.
Search This Blog
Subscribe to:
Post Comments (Atom)
-
If you need to extract IP Addresses from a text file with thousands or even millions of lines of text and you have something better to do t...
-
Install prerequisites: apt install syslog-ng apt install syslog-ng-libdbi apt install libdbi-drivers apt install libdbi-devel apt install l...
-
Credits to IPvZero for this who posted the original solution which was modified to suit my needs : https://github.com/IPvZero/nornir-test-c...
No comments:
Post a Comment