1
1
< section data-markdown ="">
2
2
# Was ist Ansible
3
3
4
- Eine Automatisierungs Engine
4
+ Eine Automatisierungs- Engine
5
5
</ section >
6
6
< section data-markdown ="">
7
7
# Ansible ist einfach
19
19
- Application Deployment
20
20
- Configuration Management
21
21
- Orchestration
22
- - Continous Delivery
22
+ - Continuous Delivery
23
23
- Security & Compliance
24
24
- ...
25
25
30
30
31
31
- Linux/Network = **OpenSSH**
32
32
- Windows = **WinRM**
33
- - Kein Agent zu Patchen
33
+ - Kein Agent zu patchen
34
34
- ***Kein Agent auf Kundensystemen***
35
35
36
36
> BUZZWORD: **Predictable, reliable and "secure"**
@@ -72,14 +72,14 @@ <h1>[Imagination]Ops Tool</h1>
72
72
73
73
> https://docs.ansible.com/ansible/latest/modules/modules_by_category.html
74
74
75
- Und es werden mehr bei jedem Release.
75
+ Und es werden bei jedem Release mehr .
76
76
</ section >
77
77
< section data-markdown ="">
78
78
# Ansible Community Stats
79
79
80
- - 34, 000+ stars & 10, 000+ forks auf GitHub
81
- - 4000 + GitHub Contributors
82
- - 1200 + users im IRC channel #ansible (freenode)
80
+ - 34. 000+ stars & 10. 000+ forks auf GitHub
81
+ - 4.000 + GitHub Contributors
82
+ - 1.200 + users im IRC channel #ansible (freenode)
83
83
- Top 10 open source projects in 2017
84
84
- ...
85
85
@@ -122,13 +122,13 @@ <h2>Controller</h2>
122
122
< li > Linux/Unix Based OS</ li >
123
123
< li > < b > Windows (WSL) unsupported, aber funktioniert</ b > </ li >
124
124
< li > CygWin unsupported, noch nicht getestet</ li >
125
- < li > < strike > Python > 2.7</ strike > / Python > 3.5</ li >
125
+ < li > < strike > Python > 2.7</ strike > / Python > 3.5</ li >
126
126
</ ul >
127
127
< div class ="columns ">
128
128
< div class ="col ">
129
129
< h2 > Managed Linux Host</ h2 >
130
130
< ul >
131
- < li > ssh + sftp(kann auf scp gewechselt werden)</ li >
131
+ < li > ssh + sftp (kann auf scp gewechselt werden)</ li >
132
132
< li > < strike > Python > 2.7</ strike > / Python > 3.5</ li >
133
133
< li > Zusätzliche Python Module je nach Ansible Modul</ li >
134
134
</ ul >
@@ -139,7 +139,7 @@ <h2>Managed Windows Host</h2>
139
139
< li > WinRM Konfiguration</ li >
140
140
< li > < b > Powershell > 3.0</ b > / .Net Framework 4.0</ li >
141
141
< li > Zusätzliche Powershell Module je nach Ansible Modul</ li >
142
- < li > > Windows Server < strike > 2008</ strike > 2012</ li >
142
+ < li > > Windows Server < strike > 2008</ strike > 2012</ li >
143
143
</ ul >
144
144
</ div >
145
145
</ div >
0 commit comments