Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
puppet
manifests
Commits
b260f768
Commit
b260f768
authored
Nov 22, 2018
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add influxdb server
parent
0fa0e75b
Pipeline
#1148
passed with stages
in 1 minute and 57 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
deploy.sh
deploy.sh
+2
-2
site.pp
site.pp
+4
-0
No files found.
deploy.sh
View file @
b260f768
...
...
@@ -2,5 +2,5 @@
for
c
in
{
1..4
}
do
ssh puppet.insomnia247.nl
"cd /etc/puppetlabs/code/environments/production/manifests && git pull
&& systemctl reload puppetserver
"
&&
break
||
sleep
3
&&
echo
"retry"
ssh puppet.insomnia247.nl
"cd /etc/puppetlabs/code/environments/production/manifests && git pull"
&&
break
||
sleep
3
&&
echo
"retry"
done
site.pp
View file @
b260f768
...
...
@@ -14,6 +14,10 @@ node 'gateway02.insomnia247.nl' {
include
role::vpn::gateway
}
node
'influxdb.pve.insomnia247.nl'
{
include
role::influxdb
}
node
'Lydia.insomnia247.nl'
{
include
role::lydia
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment