diff options
author | jaseg <code@jaseg.net> | 2020-12-29 13:07:30 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-12-29 13:07:30 +0100 |
commit | 659290677b4ab53bca1fd92fd01c90aee09c2fa7 (patch) | |
tree | f5e281c251aeb21e0648e7addb788040101c285c /gerboweb/deploy/playbook.yml | |
parent | 9510936fd9c9bb6c354b66da8f85e1ca728c2a60 (diff) | |
download | gerbolyze-659290677b4ab53bca1fd92fd01c90aee09c2fa7.tar.gz gerbolyze-659290677b4ab53bca1fd92fd01c90aee09c2fa7.tar.bz2 gerbolyze-659290677b4ab53bca1fd92fd01c90aee09c2fa7.zip |
Move most domains from jaseg.net to jaseg.de
Diffstat (limited to 'gerboweb/deploy/playbook.yml')
-rw-r--r-- | gerboweb/deploy/playbook.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gerboweb/deploy/playbook.yml b/gerboweb/deploy/playbook.yml index 6b1f46f..72beb91 100644 --- a/gerboweb/deploy/playbook.yml +++ b/gerboweb/deploy/playbook.yml @@ -1,5 +1,6 @@ - name: DNS setup hosts: localhost + tags: dns module_defaults: inwx: username: "{{lookup('ini', 'user section=inwx file=credentials.ini')}}" @@ -7,7 +8,9 @@ vars: subdomains: - git.jaseg.net + - git.jaseg.de - blog.jaseg.net + - blog.jaseg.de - kochbuch.jaseg.net - gerbolyze.jaseg.net - tracespace.jaseg.net @@ -42,7 +45,7 @@ - name: Install host requisites dnf: - name: nginx,uwsgi,python3-flask,python3-flask-wtf,uwsgi-plugin-python3,certbot,python3-certbot-nginx,libselinux-python,git,iptables-services,python3-pycryptodomex,zip,python3-uwsgidecorators,nsd + name: nginx,uwsgi,python3-flask,python3-flask-wtf,uwsgi-plugin-python3,certbot,python3-certbot-nginx,python3-libselinux,git,iptables-services,python3-pycryptodomex,zip,python3-uwsgidecorators,nsd state: latest - name: Disable password-based root login |