Skip to content
New issue

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

Quickstart guide #4

Open
fnpanic opened this issue Feb 3, 2022 · 3 comments
Open

Quickstart guide #4

fnpanic opened this issue Feb 3, 2022 · 3 comments

Comments

@fnpanic
Copy link

fnpanic commented Feb 3, 2022

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.

@fnpanic
Copy link
Author

fnpanic commented Feb 3, 2022

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.

@jeanlouisferey
Copy link
Owner

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 ?

@fnpanic
Copy link
Author

fnpanic commented Feb 3, 2022

I think it would help yes. Seen this type of quickstart in a lot of other projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants