You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.2 KiB
31 lines
1.2 KiB
### REGISTER WITH GIT
|
|
#
|
|
curl -X POST "https://config.tombstones.org.uk:23000/api/v1/user/keys" \
|
|
-H "accept: application/json" \
|
|
-H "Content-Type: application/json" \
|
|
-H "Authorization: token c2463732c0469b2b02b154c13dbc9dd4a075882a" \
|
|
-d "{ \"key\": \"$(cat /root/.ssh/id_rsa.pub)\", \"read_only\": true, \"title\": \"$(hostname -s)-$(date +'%s')\"}"
|
|
|
|
### PUPPET
|
|
#
|
|
echo "Pull down the puppet manifests"
|
|
cd /var/lib/puppet/manifests
|
|
# -- docker
|
|
git clone ssh://git@config.tombstones.org.uk:22122/tombstones/puppet-docker.git
|
|
|
|
### DOCKER CONTAINERS
|
|
#
|
|
# -- content
|
|
git clone ssh://git@config.tombstones.org.uk:22122/tombstones/puppet-content.git
|
|
|
|
# -- media
|
|
git clone ssh://git@config.tombstones.org.uk:22122/tombstones/puppet-media-network.git
|
|
git clone ssh://git@config.tombstones.org.uk:22122/tombstones/puppet-sabnzbd.git
|
|
git clone ssh://git@config.tombstones.org.uk:22122/tombstones/puppet-sickgear.git
|
|
git clone ssh://git@config.tombstones.org.uk:22122/tombstones/puppet-couchpotato.git
|
|
|
|
# -- ftpd
|
|
git clone ssh://git@config.tombstones.org.uk:22122/tombstones/puppet-pureftpd.git
|
|
|
|
# -- gaming@Tomstones
|
|
git clone ssh://git@config.tombstones.org.uk:22122/tombstones/puppet-gtombstones.git
|
|
|