websites: Add role for dustin.hatch.name

The *websites/dustin.hatch.name* role configures a server to host
http://dustin.hatch.name/. The role only applies basic configuration;
the actual website application is published by Jenkins.
This commit is contained in:
2018-07-29 09:32:19 -05:00
parent 4a5d319a17
commit 3d46e6b411
3 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- name: restart httpd
service:
name=httpd
state=restarted
- name: reload httpd
service:
name=httpd
state=reloaded