Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssbarnea/docs
Source code of my personal blog
https://github.com/ssbarnea/docs
ansible blogs molecule personal-website python
Last synced: 12 days ago
JSON representation
Source code of my personal blog
- Host: GitHub
- URL: https://github.com/ssbarnea/docs
- Owner: ssbarnea
- Created: 2019-08-01T20:36:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T12:33:52.000Z (about 5 years ago)
- Last Synced: 2024-10-24T11:09:17.025Z (2 months ago)
- Topics: ansible, blogs, molecule, personal-website, python
- Homepage: https://docs.sbarnea.com
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
description: Personal homepage of Sorin Sbarnea
---# Home
Writing about yourself seems to always be challenge but somehow I need to put something on this page. Mainly I created this site as a blog, where I could share with others some of the things I learn over the time.
I live in [Norwich, UK](https://en.wikipedia.org/wiki/Norwich) and I am working for [Red Hat](https://www.redhat.com/en) \(IBM\) as part of the [OpenStack](https://www.openstack.org/) team, focusing mostly on continuous integration.
Nowadays, I do code mostly in [Python](https://www.python.org/), [Ansible](https://www.ansible.com/) and whatever else it takes to get the things done.
As I do like to give back to the community, I am also **core contributor** or maintainer in few other Python based open source projects like:
* [ansible/molecule](https://github.com/ansible/molecule) -- the role testing framework for Ansible
* [pytest-molecule](https://pypi.org/project/pytest-molecule/) - a small plugin I made that enables pytest to detect and run molecule test scenarios.
* [selinux](https://pypi.org/project/selinux/) - a small python shim library that unlocks access to system python selinux bindings.
* [jira](https://github.com/pycontribs/jira) - client library and CLI for communicating with JIRA Issue Tracker
* [jenkins-job-builder](https://docs.openstack.org/infra/jenkins-job-builder/) and [python-jenkins](https://python-jenkins.readthedocs.io/en/latest/) - used to automate management of Jenkins jobs.
* [git-review](https://docs.openstack.org/infra/git-review/) - the client that eases interaction between git and Gerrit
* [doc8](https://github.com/PyCQA/doc8) - style checker for RST
* [ansible-lint](https://github.com/ansible/ansible-lint) - a project that helps you write better roles and playbooks by checking style and common usage mistakes.You may also want to check the list of [tools](https://docs.sbarnea.com/kitchensink/tools) I use and occasionally fix a bug or two in those too.