Skip to content

Instantly share code, notes, and snippets.

@tgerla
Last active August 26, 2015 00:06
Show Gist options
  • Save tgerla/375cde8138780e1c613b to your computer and use it in GitHub Desktop.
Save tgerla/375cde8138780e1c613b to your computer and use it in GitHub Desktop.
- name: Install Apache
apt: name={{ item }} state=present
with_items:
- apache2-mpm-prefork
- libapache2-mod-php5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment