Skip to content

Fixing new Installation with enabled_tor: True

Ghost User requested to merge (removed):fixing-tor into master

When tor wasn't installed on the server before this creates an error. When moving the TOR installed before homelabos_common, the issue is resolved.

# Configure a TOR hidden service for remote access without a public IP
- name: "Setup TOR"
  tags: tinc
    - role: tor
      when: enable_tor

# Configure the server itself
- hosts: all
  become: true
  gather_facts: "True"
  tags: common
  roles:
    # Install Docker, configure basic server settings
    - homelabos_common
Edited by Ghost User

Merge request reports