Ansible Amenities: Manage Jenkins Nodes with Ansible and the Jenkins API
Jenkins' API can be used to create, enable, disable and delete nodes in Jenkins. In this article you'll learn how to set up my automation to create and destroy nodes quickly using Python and Ansible as my automation framework.
Posted on
Ansible Amenities: Using Gitlab as Source of Truth - SSH
At work we use Gitlab for VCS and CI/CD. We also maintain a lot of systems that engineers need access to. In this article I'll show you how with only a few lines of code we can make Ansible grab public key data from Gitlab to use as authorized keys on your infrastructure.
Posted on