Browsed by
Tag: networking

Ansible and private networks

Ansible and private networks

Ansible is an efficient tool to automate an infrastructure. No need for an agent to be installed on every system, it only needs SSH. But… What happens if some part of the infrastructure is not directly accessible from the machine running Ansible? This article will present you a simple solution and hopefully prevent you from spending hours on it! Diagram Here is an example of infrastructure we need to manage by running Ansible scripts only from server A (a GitLab…

Read More Read More