Skip to content

Commit

Permalink
Merge pull request #739 from acend/english
Browse files Browse the repository at this point in the history
added english ansible version
  • Loading branch information
philogros authored Nov 18, 2023
2 parents af61c0f + 0a28b21 commit b8ccdfc
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 2 deletions.
122 changes: 122 additions & 0 deletions site/content/en/trainings/ansible.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
---
title: "Ansible"
seo_title: "Ansible kickstart training"
description: "Learn from our Ansible cracks how to configure and automate Linux-based services."
date: 2023-09-15T12:16:39+06:00
draft: false
weight: 10
slug:
subtitle: "Basics"
categories: ["Basics", "Ergänzende Trainings"]
duration: "2 days"
abstract: "Ansible kickstart training"
main_title: "Ansible kickstart training"

personen:
daten : ""
preis : "CHF 1900"

headerimages:
img1 : "images/trainings/[email protected]"
img2 : "images/trainings/[email protected]"
img3 : "images/trainings/[email protected]"


main_text: "
This two-day training course is aimed at IT professionals from the fields of system administration, architecture and software development who want to acquire a sound basic knowledge of Ansible.\n
Ansible is an open source tool for the automation, orchestration and general configuration and administration of computers. It combines software distribution, ad-hoc command execution and configuration management. The servers are managed via SSH, among other things, and no additional software is required on the system to be managed.\n
The Kickstart training provides an insight into the technology and uses hands-on labs to show how Ansible can be used efficiently.
"

accordion:
enable : true
item:
- title : "Outcome"
icon : "1"
content : "<ul>
<li>Gain an understanding of the efficient use of the Ansible ecosystem</li>
<li>Get working knowledge of Ansible basics for effective use in practice</li>
<li>Acquire an overview of the architecture and features of Ansible</li>
<li>Gain practical know-how through the labs</li>
</ul>"

- title : "Prerequisites"
icon : "2"
content : "<ul>
<li>Participants need a laptop with direct access to the Internet</li>
<li>Basic knowledge of Linux is required</li>
</ul>"

- title : "Target Audience"
icon : "3"
content : "<ul>
<li>System administrators, developers and architects and anyone else who wants to understand Ansible and use it for automation.</li>
</ul>"

- title : "Conditions"
icon : "4"
content : "<ul>
<li>CHF 1900 / participant for two days</li>
<li>Group classes consisting of 8 to 24 participants</li>
<li>Includes catering and documentation</li>
<li>Discounts available for groups of 12 participants or more</li>
</ul>"

# Trainingsinhalt
trainingsinhalt:
title : "Content"
text : "Our training sessions consist of varied presentations and hands-on labs to convey their content in an exciting way.\n
We are also happy to refer to your infrastructure in consultation. If further content is required, we can make adjustments at your request."

liste1:
title: "Ansible kickstart"
liste:
- el: "Introduction to Ansible"
- el: "Good practices for setting up an Ansible infrastructure"
- el: "Use of ad-hoc commands"
- el: "Creating playbooks and roles"
- el: "Working with variables, loops, templates and Jinja filters"
- el: "Dealing with secrets and the use of Ansible Vault"
- el: "Ansible debugging"
- el: "Ansible Galaxy and Ansible Collections"
- el: "Hands-on with many practical examples"

# Kooperation
kooperation:
enable: true
title: "Developed by <strong>Puzzle ITC</strong>"
subtitle: "In collaboration with <strong>Puzzle ITC</strong>"
logo: "images/partner/puzzle-itc.png"
text: "As an innovative IT service provider, Puzzle ITC covers the entire life cycle of business-critical applications and infrastructures. The company consistently relies on open source technologies and state-of-the-art methods. Various interdisciplinary teams work on projects in the areas of consulting, applications, delivery, infrastructure and our own open source solutions."
link: "https://puzzle.ch"
linktext: "Puzzle ITC"

# trainer
trainers:
enable: true
title : "Meet two of Your Trainers"
trainer:

- title : "Philippe Schmid"
image : "images/team/[email protected]"
designation : "Trainer, Puzzle ITC"
abstract : "Philippe has already completed numerous runs and marathons. He doesn't like this kind of effort in IT, so he automates everything that is possible."
linkedin : "https://www.linkedin.com/in/philippe-schmid-52644127b/"

- title : "Lukas Grimm"
image : "images/team/[email protected]"
designation : "Trainer, Puzzle ITC"
abstract : "Lukas brews his own beer, is a systems engineer and an educator. This makes him the perfect archetype of an acend trainer."
linkedin : "https://www.linkedin.com/in/grimmlukas/"
twitter : "https://twitter.com/ombre"


# testimonials
testimonials:
enable: true
testimonial:
- title: "Here’s what our clients say about our trainings:<br/>Nathanael Weber, Bern"
logo: "images/testimonials/mtrail.png"
text: "The training was exceptionally well tailored to our needs. The practical exercises were just difficult enough that more questions about Helm arose and were answered competently by the instructor. Many thanks acend for this experience!"

---
6 changes: 4 additions & 2 deletions site/data/en/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,16 @@ trainings:
slug: "serverless"
- title: "Cilium"
slug: "cilium"
- title: "MicroServices"
slug: "microservices"
- title: "Ansible"
slug: "ansible"

- title: "Programming"
text: '"Hello World" & more in Cloud Native'
trainings:
- title: "Go"
slug: "go"
- title: "MicroServices"
slug: "microservices"

# video
# video:
Expand Down

0 comments on commit b8ccdfc

Please sign in to comment.