|
|
@ -7,21 +7,24 @@ cd /var/lib/puppet/manifests |
|
|
|
## Note: dependencies are: |
|
|
|
## |
|
|
|
## 1 - puppet-content = set up paths, variables and LVM |
|
|
|
## 2 - puppet-docker = set up docker images |
|
|
|
## 3 - puppet-media-network = set up networking |
|
|
|
## 2 - puppet-media-network = set up networking |
|
|
|
## 3 - puppet-docker = install docker |
|
|
|
## 4 - puppet-sabnzbd = set up the downloader |
|
|
|
## 5 - puppet-sickgear (requires sabnzb to be working) |
|
|
|
## 6 - others... |
|
|
|
## 6 - puppet-couchpotato |
|
|
|
## 7 - puppet-pureftpd = allow downloading from content areas |
|
|
|
|
|
|
|
## -- set up paths & variables for the content services |
|
|
|
git clone deploy:/tombstones/puppet-content.git |
|
|
|
|
|
|
|
### DOCKER CONTAINERS |
|
|
|
# -- docker |
|
|
|
#git clone deploy:/tombstones/puppet-docker.git |
|
|
|
## -- get network stuff sorted first |
|
|
|
git clone deploy:/tombstones/puppet-media-network.git |
|
|
|
|
|
|
|
# -- media |
|
|
|
#git clone deploy:/tombstones/puppet-media-network.git |
|
|
|
# -- install & configure docker images ready |
|
|
|
git clone deploy:/tombstones/puppet-docker.git |
|
|
|
|
|
|
|
# -- SABnzb in one image |
|
|
|
#git clone deploy:/tombstones/puppet-sabnzbd.git |
|
|
|
|
|
|
|
## -- commented these out for the moment |
|
|
|