You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
296 B
YAML

---
- name: Add host domain to Uberspace config
import_role:
name: snapstromegon.uberspace_web_domain
vars:
domain: kodos-{{ ansible_user_id }}.codesignd.net
- name: Set up host site
template:
src: index.html.j2
dest: /var/www/virtual/{{ ansible_user_id }}/html/index.html