From e346c558ea3d9761d7affe796664e1574f33773a Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 29 Dec 2020 13:07:30 +0100 Subject: Move most domains from jaseg.net to jaseg.de --- playbook.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'playbook.yml') diff --git a/playbook.yml b/playbook.yml index 6b1f46f..72beb91 100644 --- a/playbook.yml +++ b/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 -- cgit