Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 607 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 607 Bytes

rancheros-config-tool

Python script for easier management of big cloud-config.yml files for RancherOS.

Requirements

Python 3

pip install ruamel.yaml

Usage

  1. Add your public keys to a pub_keys file in the same location as pub_keys.template, separated by newline
  2. Modify (cloud-config.yml)[./config/cloud-config.yml] to your liking
  3. Add all files you want to be put on your server into (system)[./config/system/]
  4. Run (build.py)[./build.py].
  5. Copy the built-cloud-config.yml into your host or use the provided optional file hosting and set :8080 during RancherOS installation.