Giter VIP home page Giter VIP logo

homeserver_ansible's Introduction

homeserver_ansible

Ansible playbook to bootstrap my homeserver

Running the playbook

Install passlib

The playbook asks for a new password for default user. Thus, passlib python library needs to be installed. It's better to make a virtual environment to not pollute the host system, so run:

python3 -m venv .env && \
source .env/bin/activate && \
pip install -r requirements.txt

to create the virtual environment, load (source) it and install passlib

Run

The playbook can be run with ansible-playbook bootstrap.yml -K. The host in bootstrap.yml should be set to rpi

Test

Testing is done through a debian docker image, built through the Dockerfile. To build the image:

docker build -t debian_ssh .

The image exposes an SSH server to which you can connect to.

Once the build is complete, you can run the container with:

docker run -p 22:22 -d debian_ssh

SSH Connection Setup

You will need to copy the ansible ssh key:

scp ~/.ssh/id_homeserver_ansible_login.pub [email protected]:~/.ssh/authorized_keys

The password for test user is test.

If the ssh connection has been configure correctly, you'll be able to connect to the container through ssh with a simple:

ssh -i ~/.ssh/id_homeserver_ansible_login [email protected]

(IP address may vary)

The host in bootstrap.yml should be set to test.

Refer to Run section for launching the playbook.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.