Skip to content

Commit

Permalink
added ansible tool
Browse files Browse the repository at this point in the history
  • Loading branch information
growlf committed Feb 11, 2024
1 parent d219084 commit fe42cb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
myhosts:
hosts:
localhost:
ansible_host: localhost
server1:
ansible_host: server1
server2:
ansible_host: server2
server3:
ansible_host: nexus
1 change: 1 addition & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ portscan==1.1
pyfiglet==1.0.2
speedtest-cli==2.1.3
urllib3==2.1.0
ansible==9.2.0

0 comments on commit fe42cb9

Please sign in to comment.