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:
8
roles/websites/dustin.hatch.name/handlers/main.yml
Normal file
8
roles/websites/dustin.hatch.name/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: restart httpd
|
||||
service:
|
||||
name=httpd
|
||||
state=restarted
|
||||
- name: reload httpd
|
||||
service:
|
||||
name=httpd
|
||||
state=reloaded
|
||||
Reference in New Issue
Block a user