mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Create /srv/web
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user