Merge "Set up robots.txt on lists servers"
This commit is contained in:
commit
9b1161e051
2
modules/openstack_project/files/mailman/robots.txt
Normal file
2
modules/openstack_project/files/mailman/robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: SemrushBot
|
||||
Disallow: /
|
@ -8,6 +8,15 @@ class openstack_project::lists(
|
||||
multihost => true,
|
||||
}
|
||||
|
||||
file { '/var/www/robots.txt':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/openstack_project/mailman/robots.txt',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
replace => true,
|
||||
mode => '0444',
|
||||
}
|
||||
|
||||
# Disable inactive admins
|
||||
user::virtual::disable { 'oubiwann': }
|
||||
user::virtual::disable { 'rockstar': }
|
||||
|
@ -67,6 +67,7 @@
|
||||
- host_vars/etherpad01.opendev.org.yaml
|
||||
- host_vars/letsencrypt01.opendev.org.yaml
|
||||
- host_vars/letsencrypt02.opendev.org.yaml
|
||||
- host_vars/lists.openstack.org.yaml
|
||||
- host_vars/gitea99.opendev.org.yaml
|
||||
- host_vars/mirror01.openafs.provider.opendev.org.yaml
|
||||
- host_vars/mirror-update01.opendev.org.yaml
|
||||
|
@ -0,0 +1 @@
|
||||
listpassword: notarealpassword
|
Loading…
Reference in New Issue
Block a user