Skip to content

Instantly share code, notes, and snippets.

@hackcoderr
Created December 24, 2020 11:37
Show Gist options
  • Save hackcoderr/2802f55b5594aed5606b3c71a04589f5 to your computer and use it in GitHub Desktop.
Save hackcoderr/2802f55b5594aed5606b3c71a04589f5 to your computer and use it in GitHub Desktop.
---
# tasks file for web_role
- package:
name: "httpd"
state: present
- copy:
dest: "/var/www/html/"
src: "files/home.html"
- service:
name: "httpd"
state: started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment