Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Freifunk Luebeck
gateway-config
Commits
c65c4874
Commit
c65c4874
authored
Mar 25, 2022
by
Paul
Browse files
ignore helper scripts
parent
32653d21
Pipeline
#5110
passed with stage
in 3 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c65c4874
...
...
@@ -5,3 +5,4 @@ secret*
/hosts_testing
vault-password.txt
/my-playbooks
revert_and_setup.sh
revert_and_setup.sh
deleted
100755 → 0
View file @
32653d21
#!/bin/sh
set
-e
for
vm
in
ffhl-gw01 ffhl-gw02
;
do
echo
"reverting
$vm
"
virsh snapshot-revert
--current
--domain
$vm
ssh
-q
$vm
systemctl restart systemd-timesyncd
done
echo
"waiting..."
sleep
5
echo
"removing artifacts"
rm
-rf
artifacts
echo
"run the setup"
ansible-playbook
-vvv
-i
hosts_new debian_setup.yml
Write
Preview
Supports
Markdown
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