Skip to content

chaton78/homeOS

Repository files navigation

homeOS-cookbook

Setup: fail2ban selinux firewall influxdb grafana collectd rabbitmq nginx (https TBC) letsencrypt (self-signed)

Supported Platforms

Tested on CentOS 7, but should work on other linux distro if you had the correct deps.

Attributes

Key Type Description Default
['name'] String Node name
['inter_username'] String Username used between different components
['inter_password'] String Password used between different components
['ddns_token'] String Token used to update duckdns.org -- Sorry this is hardcoded for now
['ddns'] String Domain for duckdns.org -- Sorry this is hardcoded for now duckdns.org

Usage

On your wokstation:

berks package

Upload cookbooks-*.tar.gz, web.json and solo.rb to your new VPS.

On your VPS:

Force some setting, (we are using cloud at cost)

nmcli con mod "System eth0" ipv4.dns "8.8.8.8 8.8.4.4"
hostname YOUR_HOSTNAME
hostnamectl set-hostname YOUR_HOSTNAME --transient

Update your image, take a coffee.. this is C@C.

yum -y update

Install chef

curl -L https://www.opscode.com/chef/install.sh | bash

Untar-ungzip your cookbooks

Create or upload the following keys and cert:

/etc/keys/ca.crt # You ca.crt used to sign your cert
/etc/keys/server.crt #Unique server cert (used by rabbitmq)
/etc/keys/server.key #Private key for your server

Run

chef-solo -c solo.rb -j web.json

License and Authors

Author:: Pascal Larin [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages