Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurcadore authored Apr 23, 2024
1 parent 3485fcf commit 693afe3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ The "&" character creates a process id for the command inputed in, with means th

Once the container is up and running, you can access the container by ssh://127.0.0.1:2000 (2000/TCP port is the default SSH port as defined in the docker-compose.yml file)

Note: When access the container by using SSH or docker interative shell, its important to execute the command `python3 /ansible/setup.py install` on your prompt, otherwise the library its not loaded to execute the playbooks

**The recomendation for this application is to execute the playbooks using the bash script located at /app/startup.sh**


---
### Appling a playbook to the devices:

Expand Down

0 comments on commit 693afe3

Please sign in to comment.