0 votes

Server Info

Some info about the server running this instance:

  • Hetzner CX32 VPS hosted in Nuremberg, Germany
  • Debian 12
  • Restarts daily at 04:00 UTC
  • Running the staging-1.101 branch, commit 6c7baee949d29544bf3596f1bf341d69db8c3527
  • Third-party API services are currently not running (Embedly, YouTube scraper)
  • If you'd like an invite to this server message Community on Tildes

1 comment

  1. Bauke
    Link
    Updated the server to use staging-1.101. Had to do some troubleshooting to get Ansible working right, ended up needing to add ansible_connection=local so it doesn't try to login with SSH to...

    Updated the server to use staging-1.101.

    Had to do some troubleshooting to get Ansible working right, ended up needing to add ansible_connection=local so it doesn't try to login with SSH to tildes@localhost.

    • prod_inventory.ini:
    [prod]
    localhost ansible_connection=local
    
    [prod:vars]
    ansible_user=tildes
    ansible_password=tildes
    
    [app_server]
    localhost ansible_connection=local
    
    [app_server:vars]
    ansible_user=tildes
    ansible_password=tildes