Skip to main content

You are currently viewing the Trifork Blog, to view our full website please go to Trifork.com

Ansible – Example playbook to setup Jenkins slave

Ansible – Example playbook to setup Jenkins slave

As mentioned in my previous post about Ansible, we will now proceed with writing an Ansible playbook. Playbooks are files containing instructions that can be processed by Ansible, they are written in yaml. For this blog post I will show you how to create a playbook that will setup a remote computer as a Jenkins […]

Ansible – next generation configuration management

The popularity of the cloud has taken configuration management to the next level. Tools that help system administrators and developers configure and manage large amounts of servers, like Chef and Puppet, have popped up everywhere. Ansible is the next generation configuration management. Ansible can be used to excute tasks on remote computers via SSH so […]