Create /srv/web
This commit is contained in:
parent
ceb7bf9f86
commit
849bcf0514
1 changed files with 14 additions and 0 deletions
|
@ -59,6 +59,20 @@
|
|||
- httpd/website
|
||||
- robots
|
||||
|
||||
- name: Create /srv/web
|
||||
file: >
|
||||
dest=/srv/web
|
||||
state=directory
|
||||
owner=root
|
||||
group=root
|
||||
mode=0755
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
- robots
|
||||
|
||||
- name: And lastly, the robots.txt file
|
||||
template: >
|
||||
src={{item}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue