Tenable Plugin Downloads Links
There are a few instances where you might need to manually download the latest set of Tenable plugin files. If you have the link handy, it’s a straightforward task. However, if the download link ha...
There are a few instances where you might need to manually download the latest set of Tenable plugin files. If you have the link handy, it’s a straightforward task. However, if the download link ha...
Last month I started the process to my F5-201 certification by sitting the F5-101 exam. Now I have that exam out of the way, I’m getting ready for the F5-201 exam. Here’s a quick dump of my study n...
Unfortunately, my F5-201 certification has expired. Now i’m on the path to resit my F5-101 certification as the prerequisite for the F5-201 certification. Here is a quick dump of my study notes th...
I have had my CCNA for a long time now but never really though about the Juniper certification path. With juniper popping up a little more frequently in places of work and NetworkChuck’s 30 Day Cer...
When my site to used “chips” to link to related pages its very easy for me tag a post with a tag that doesn’t have the supporting “tagged” page and resulting in a broken link. With the number of ch...
Recently, I stumbled across Rachel V. Madrigal’s blog and really liked the design and functionality of their site. In the post Using Material Design Lite with Jekyll for a simple blog they describe...
Infoblox is a popular tool that enables teams to centrally manage DNS, DHCP, and IP addresses (DDI) efficiently. One way to automate Infoblox is through the use of Ansible with the use of the Infob...
In Ansible, you can define variables in a variety of places, including inventory files, playbook files, and role defaults and vars files. When defining variables, you can use YAML anchors and alias...
I have been using WSL for some time now. Having quick and easy access to a nix distribution is handy in many ways. Not having to worry about managing VMs in a hypervisor makes the whole experience ...
In the post Handy Ansible Logic I described a situation where moving ansible logic out of when: statement and into an inline Jinja achieved a much cleaner solution. Recently, I had a similar situat...