Skip to content

Commit

Permalink
tools_and_varia: move slides for ansible next to the practice 1
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Oct 11, 2023
1 parent 96ec5d6 commit 0e6010a
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions topics/tools_and_varia/slides/dev_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,31 +86,6 @@ Container
\colEnd


Ansible
-------

\centering
![ansible_overview](images/ansible_overview.pdf){width=80%}

[ansible_quick_guide]


Ansible
-------

* Nutzt *idempotente* Funktionen $\rightarrow$ Vorteil gegenüber Skripts
* Nur Ansible-Host braucht *Ansible-Installation*
* zu verwaltende Clients brauchen nur *SSH* und *Python*
* Konfiguration in *`YAML`*
* *Strukturierung* in:
* Modules (Grundfunktionalität von Ansible)
* Tasks (Verwendung von Modules)
* Roles (Sammlung von mehreren Tasks und Files, etc.)
* Grosser *Katalog* an Modules
* *eigene* Modules möglich
* *Vorgefertigte* Roles via: [ansible_galaxy]


Vagrant
-------

Expand Down Expand Up @@ -191,3 +166,28 @@ Putty

* [kitty]
* [solar_putty]


Ansible
-------

\centering
![ansible_overview](images/ansible_overview.pdf){width=80%}

[ansible_quick_guide]


Ansible
-------

* Nutzt *idempotente* Funktionen $\rightarrow$ Vorteil gegenüber Skripts
* Nur Ansible-Host braucht *Ansible-Installation*
* zu verwaltende Clients brauchen nur *SSH* und *Python*
* Konfiguration in *`YAML`*
* *Strukturierung* in:
* Modules (Grundfunktionalität von Ansible)
* Tasks (Verwendung von Modules)
* Roles (Sammlung von mehreren Tasks und Files, etc.)
* Grosser *Katalog* an Modules
* *eigene* Modules möglich
* *Vorgefertigte* Roles via: [ansible_galaxy]

0 comments on commit 0e6010a

Please sign in to comment.