blob: 2e550c83eb775fb57c6cda50c8180618f41f1889 [file] [log] [blame] [view]
---
title: Ansible and BASH over SSH for a Web Server
title_in_menu: SSH/Ansible Entity
layout: website-normal
---
The following code defines an entity which uses Ansible and BASH on a CentOS server
to configure and run a web server (Apache `httpd`) running a simple HTML site.
{% highlight yaml %}
{% readj example-ansible-and-bash.yaml %}
{% endhighlight %}