We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i found this cool project to visualize SGs (which can get very complicated very easily).
The docs are not that straight forward. What are the steps to get in running on a Ubuntu 20.04?
Thanks and looking forward to your feedback.
The text was updated successfully, but these errors were encountered:
I figured it out for ubuntu 20.04
git clone https://github.com/jeanlouisferey/openstack-securitygroup-grapher.git apt install ansible ansible-galaxy collection install openstack.cloud apt install graphviz apt install add-apt-repository cloud-archive:wallaby apt install python3-openstackclient
Add the example to a playbook and put the clouds.yml in the same folder.
ansible-playbook playbookname.yml
That's it.
Sorry, something went wrong.
Well done @fnpanic, you're totally right. Do you think it could help other users to add this kind of "getting started" in the README.md ?
I think it would help yes. Seen this type of quickstart in a lot of other projects.
No branches or pull requests
Hi,
i found this cool project to visualize SGs (which can get very complicated very easily).
The docs are not that straight forward. What are the steps to get in running on a Ubuntu 20.04?
Thanks and looking forward to your feedback.
The text was updated successfully, but these errors were encountered: