Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshribakoff/8ff470adae1812052dbb033078788a3a to your computer and use it in GitHub Desktop.
Save joshribakoff/8ff470adae1812052dbb033078788a3a to your computer and use it in GitHub Desktop.
- name: Install apache2 and php etc
apt: name={{ item }} state=present
with_items:
- apache2
notify:
- restart apache
- name: update apache ports.conf
synchronize:
src: ../vagrant-production/apache2/ports.conf
dest: /etc/apache2/ports.conf
notify:
- restart apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment