Automation TeamCity Tips for Easy, Repeatable Builds One of the most important things about Continuous Integration (CI) builds is that they work the same, all the time. What is even more important is that they only succeed if everything is
Automation TeamCity Ansible Vault Integration TeamCity is a powerful CI/CD tool which we use a lot together with Ansible for host provisioning and application deployment. The problem is that TeamCity doesn't have good support for running Ansible playbooks.
Testing Reducing Our Regression Testing by 80%: Screenshot Tests for Top Eleven Top Eleven is a very complex game, with a high number of different screens and GUI elements. Doing regression testing by going through all these screens manually can take a while, and can
Automation Using Ansible to Automate OpenNebula Since we started using the open source cloud platform OpenNebula as our private cloud solution, we struggled to find a simple solution to manage VMs, services and images on it.
Automation Managing Iptables with Ansible the Easy Way When we started working with Ansible, we struggled to find a simple and easy solution to manage iptables. Ansible doesn’t have a built-in way of configuring iptables...
Automation Ansible Check Mode Tips Ansible has been the bread and butter of automation here at Nordeus for a few years now. We’ve used it to automate everything from system configurations to custom orchestrated application deploys.
Automation Automated Unity Builds Building any large Unity project can take a lot of time while preventing you from using the editor during the process. In one of our projects, developers were waiting for upwards of 15 minutes...