Observium reporting with Ansible August 17, 2021 Observium has a nice GUI, and you can find lots of information but it does not have a reports feature so you can save…
Ansible.Clavister.VPN February 9, 2021 In the last year, I’ve started to work with new firewalls, made by a Swedish company called Clavister. More info on them can be…
Ansible.SNMP.Arista February 2, 2021 Adding a new monitoring system to your network is an interesting thing to do. But it implies some repetitive tasks like updating ACLs on…
nmap is a swiss knife August 12, 2020 Nmap, the popular port scanning tool, is more than that. Besides port scanning it can do much more: It can scan for vulnerabilities: Here…
Ansible.upgrade.Arista May 21, 2020 The process of upgrading an Arista switch is pretty straightforward. But you still need to follow some steps and doing these on a large…
Ansible.s2sVPN.Fortinet April 16, 2020 Working with Fortinet firewalls is something new to me. So I’ve started with a virtual Fortinet in GNS3. After doing some policies(ACLs) and checking…
Ansible.VxLAN.Cumulus February 7, 2020 The title explains pretty well what this post is about. After playing with VXLAN’s in the previous posts, the next obvious step these days…
Backup Netscaler using ansible December 10, 2019 Back up the configuration of any device is a best practice in any technology field. Also backing up not only the configuration file but…
Creating a Netscaler VIP using ansible December 9, 2019 Creating a content-switched VIP on a Netscaler is pretty easy but you need to complete the steps of creating the server, services, lb vserver,…
Removing a Netscaler VIP using ansible December 4, 2019 Removing a Citrix Netscaler/ADC VIP manually is not very hard but you need to remove the cs vserver , the lb veserver, the service,…