Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
efeeff75
Commit
efeeff75
authored
Oct 17, 2017
by
Bartłomiej Piotrowski
Browse files
nginx: set default letsencrypt_validation_dir value
parent
3370c39b
Changes
6
Hide whitespace changes
Inline
Side-by-side
playbooks/apollo.yml
View file @
efeeff75
...
...
@@ -23,7 +23,7 @@
-
{
role
:
sshd
,
tags
:
[
'
sshd'
]
}
-
{
role
:
root_ssh
,
tags
:
[
'
root_ssh'
]
}
-
{
role
:
borg-client
,
tags
:
[
"
borg"
]
}
-
{
role
:
nginx
,
letsencrypt_validation_dir
:
"
/var/lib/letsencrypt"
,
tags
:
[
"
nginx"
]
}
-
{
role
:
nginx
,
tags
:
[
"
nginx"
]
}
-
{
role
:
planet
,
planet_domain
:
"
planet.archlinux.org"
,
planet_dir
:
"
/srv/http/planet"
,
tags
:
[
"
planet"
]
}
-
{
role
:
spampd
,
tags
:
[
"
mail"
,
"
spampd"
]
}
-
{
role
:
unbound
,
tags
:
[
"
mail"
,
"
unbound"
]
}
...
...
playbooks/mirrors.yml
View file @
efeeff75
...
...
@@ -7,7 +7,7 @@
-
{
role
:
tools
,
tags
:
[
'
tools'
]
}
-
{
role
:
sshd
,
tags
:
[
'
sshd'
]
}
-
{
role
:
root_ssh
,
tags
:
[
'
root_ssh'
]
}
-
{
role
:
nginx
,
letsencrypt_validation_dir
:
"
/var/lib/letsencrypt"
,
tags
:
[
"
nginx"
]
}
-
{
role
:
nginx
,
tags
:
[
"
nginx"
]
}
-
{
role
:
syncrepo
,
tags
:
[
'
syncrepo'
,
'
nginx'
]
}
-
{
role
:
archweb
,
archweb_site
:
false
,
archweb_services
:
false
,
archweb_mirrorcheck
:
true
,
tags
:
[
'
archweb'
]
}
-
{
role
:
zabbix-agent
,
tags
:
[
"
zabbix"
,
"
zabbix-agent"
]
}
playbooks/orion.yml
View file @
efeeff75
...
...
@@ -19,7 +19,7 @@
-
{
role
:
postfwd
,
tags
:
[
'
mail'
,
"
postfwd"
]
}
-
{
role
:
postfix
,
postfix_server
:
true
,
postfix_smtpd_public
:
true
,
tags
:
[
'
mail'
]
}
-
{
role
:
archusers
,
tags
:
[
'
archusers'
]
}
-
{
role
:
nginx
,
letsencrypt_validation_dir
:
"
/var/lib/letsencrypt"
,
tags
:
[
"
nginx"
]
}
-
{
role
:
nginx
,
tags
:
[
"
nginx"
]
}
-
{
role
:
dbscripts
,
repos_domain
:
"
repos.archlinux.org"
,
repos_rsync_domain
:
"
rsync.archlinux.org"
,
svntogit_repos
:
"
/srv/svntogit/repos"
,
postgres_ssl
:
'
on'
,
tags
:
[
'
dbscripts'
,
'
archusers'
]
}
-
{
role
:
sudo
,
tags
:
[
'
sudo'
,
'
archusers'
]
}
-
{
role
:
archweb
,
archweb_site
:
false
,
archweb_services
:
true
,
archweb_mirrorcheck_locations
:
[
5
,
6
],
tags
:
[
'
archweb'
]
}
...
...
playbooks/sgp.yml
View file @
efeeff75
...
...
@@ -8,7 +8,7 @@
-
{
role
:
sshd
,
tags
:
[
'
sshd'
]
}
-
{
role
:
root_ssh
,
tags
:
[
'
root_ssh'
]
}
-
{
role
:
archusers
,
tags
:
[
'
archusers'
]
}
-
{
role
:
nginx
,
letsencrypt_validation_dir
:
"
/var/lib/letsencrypt"
,
tags
:
[
"
nginx"
]
}
-
{
role
:
nginx
,
tags
:
[
"
nginx"
]
}
-
{
role
:
sudo
,
tags
:
[
'
sudo'
,
'
archusers'
]
}
-
{
role
:
syncrepo
,
tags
:
[
'
syncrepo'
,
'
nginx'
]
}
-
{
role
:
sogrep
,
tags
:
[
'
sogrep'
]
}
...
...
playbooks/soyuz.yml
View file @
efeeff75
...
...
@@ -12,7 +12,7 @@
-
{
role
:
opendkim
,
dkim_selector
:
soyuz
,
tags
:
[
'
mail'
]
}
-
{
role
:
postfix
,
postfix_server
:
false
,
tags
:
[
"
mail"
,
"
postfix"
]
}
-
{
role
:
archusers
,
tags
:
[
'
archusers'
]
}
-
{
role
:
nginx
,
letsencrypt_validation_dir
:
"
/var/lib/letsencrypt"
,
tags
:
[
"
nginx"
]
}
-
{
role
:
nginx
,
tags
:
[
"
nginx"
]
}
-
{
role
:
sudo
,
tags
:
[
'
sudo'
,
'
archusers'
]
}
-
{
role
:
phrik
,
tags
:
[
'
phrik'
]
}
-
{
role
:
postgres
,
tags
:
[
'
postgres'
]
}
...
...
roles/nginx/defaults/main.yml
0 → 100644
View file @
efeeff75
---
letsencrypt_validation_dir
:
"
/var/lib/letsencrypt"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment