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.
9 lines
134 B
YAML
9 lines
134 B
YAML
- name: restart httpd
|
|
service:
|
|
name=httpd
|
|
state=restarted
|
|
- name: reload httpd
|
|
service:
|
|
name=httpd
|
|
state=reloaded
|