In this lesson, instructor Josh Vanderaa explores how to work with templates to build configuration stanzas. You’ll also see various methods for working with Jinja2 templates, including: Template from a file to a file Template from a file to an IOS device You can subscribe to the Packet Pushers’ YouTube channel for more videos as […]
The post Ansible For Network Automation Lesson 7: Templating With Ansible – Video appeared first on Packet Pushers.
Since the inception of Kubernetes, the goal has been to make our lives as engineers easier. But with great power comes great responsibility---which in this case is the need to manage a bunch of control planes and worker nodes! Host Michael Levan catches up with Jason Haley, Microsoft MVP and independent consultant to talk about serverless Kubernetes with Azure Container Apps.
The post Kubernetes Unpacked 005: Serverless Kubernetes In Azure appeared first on Packet Pushers.
The democratization of any effective technology happens automatically by virtue of its success, even if the complexity it presents initially overwhelms some of the smartest people who wield it. …
Making AI Accessible To One And All was written by Timothy Prickett Morgan at The Next Platform.
How much is a pinch of sand worth? Well, that all depends on what you do with it. …
TSMC: Life’s A Beach, And Then You Make Dies was written by Timothy Prickett Morgan at The Next Platform.
There is a rising concern about the security of open source projects—particularly in terms of open source software supply chain. Alistair Woodman, who works closely with multiple open source software projects, joins Tom and Russ to discuss the reality of securing open source projects. The final answer? Essentially, buyer—or in the case of open source software, user—beware.
If there is one job that system architects are always doing, it is to make highly complex data and the applications that chew on it easier to use, thus making that data more accessible to more people and more applications in an ever-expanding virtuous cycle. …
More People Using More Data Means Wrestling With Exponential Complexity was written by Jeffrey Burt at The Next Platform.
When it comes to Amazon Web Services (AWS) infrastructure automation, the latest release of the amazon.aws Collection brings a number of enhancements to improve the overall user experience and speed up the process from development to production.
This blog post goes through changes and highlights on what’s new in the 4.0.0 release of this Ansible Content Collection.
With the recent release, we have included numerous bug fixes and features that further solidify the amazon.aws Collection. Let's go through some of them!
Some of the new features available in this Collection release are listed below.
AWS Outposts is a fully managed service that extends AWS infrastructure to on-premise locations, reducing latency and data processing needs. EC2 subnets can be created on AWS Outposts by specifying the AWS Outpost Amazon Resource Name (ARN) of the in the creation phase.
The new outpost_arn option of the ec2_vpc_subnet module allows you to do that.
- name: Create an EC2 subnet on an AWS Outpost
amazon.aws.ec2_vpc_subnet:
state: present
vpc_id: vpc-123456
cidr: 10.1.100.0/24
outpost_arn: "{{ outpost_arn }}"
tags:
"Environment": "production"
By all accounts, Big Blue had a pretty good quarter ending in June, with sales of its System z16 mainframes skyrocketing upwards as they do every couple of years at the beginning of a new cycle and sales of its high-end Power10 machines also getting some traction. …
Big Blue Turns In A Solid Quarter For Systems was written by Timothy Prickett Morgan at The Next Platform.