Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
69de3d10
Commit
69de3d10
authored
Nov 06, 2017
by
Florian Pritz
Browse files
Update README regarding installation and certbot
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
769e6af8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
69de3d10
...
...
@@ -7,7 +7,7 @@ It also contains git submodules so you have to run `git submodule update --init
#### Instructions
All systems are set up the same way. For the first time setup in the Hetzner rescue system,
run the provisioning script:
`ansible-playbook playbooks/
$hostname-provision.yml
`
.
run the provisioning script:
`ansible-playbook playbooks/
install-arch.yml -l $host
`
.
The provisioning script configures a sane basic systemd with sshd. By design, it is NOT idempotent.
After the provisioning script has run, it is safe to reboot.
...
...
@@ -22,6 +22,8 @@ it is necessary to run the following once:
certbot certonly --email webmaster@archlinux.org --agree-tos --rsa-key-size 4096 --renew-by-default --webroot -w /var/lib/letsencrypt/ -d <domain-name>
Note that some roles already run this automatically.
##### Note about opendkim
The opendkim DNS data has to be added to DNS manually. The roles verifies that the DNS is correct before starting opendkim.
...
...
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