Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arnaud Véron
slapos.package
Commits
fd0b74c4
Commit
fd0b74c4
authored
Jun 29, 2015
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include initial migration procedure for replace slapos.package by ansible.
parent
e298b024
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
playbook/roles/switch-to-playbook/tasks/main.yml
playbook/roles/switch-to-playbook/tasks/main.yml
+2
-0
playbook/roles/switch-to-playbook/tasks/remove-slapos-package.yml
.../roles/switch-to-playbook/tasks/remove-slapos-package.yml
+19
-0
No files found.
playbook/roles/switch-to-playbook/tasks/main.yml
0 → 100644
View file @
fd0b74c4
---
-
include
:
remove-slapos-package.yml
playbook/roles/switch-to-playbook/tasks/remove-slapos-package.yml
0 → 100644
View file @
fd0b74c4
-
name
:
a play that runs entirely on the ansible host
hosts
:
127.0.0.1
connection
:
local
tasks
:
-
name
:
Remove slapos.package setup and configuration
shell
:
rm -rf /usr/local/lib/python2.*/dist-packages/slapos.package*
-
name
:
Remove slapos.package setup and configuration
file
:
path={{ item }} state=absent
with_items
:
-
/usr/local/bin/slappkg-discover
-
/usr/local/bin/slappkg-conf
-
/usr/local/bin/slappkg-update
-
/usr/local/bin/slappkg-update-raw
-
/usr/local/bin/slappkg-upload-key
-
/etc/opt/update.cfg
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