Skip to content
Snippets Groups Projects
Commit 3638e929 authored by Lars Beckers's avatar Lars Beckers
Browse files

fix tsm7 role

parent 5cf34f72
No related branches found
No related tags found
No related merge requests found
---
# file: roles/tsm-client/tasks/main.yml
- name: ensure apt https transport is available for our repo
apt: name=apt-transport-https state=latest
tags:
- tsm
- repos
- packages
- name: ensure fsmpi-repo-key is in keyring
apt_key: data="{{ lookup('file', 'repo.gpg') }}" state=present
tags:
- tsm
- repos
- name: ensure the fsmpi-repo is activated
apt_repository: repo='deb [arch=amd64] https://www-intern.fsmpi.rwth-aachen.de/debian tivoli7 main' state=present
tags:
- tsm
- repos
- name: ensure the http fsmpi-repo is deactivated
apt_repository: repo='deb [arch=amd64] http://www-intern.fsmpi.rwth-aachen.de/debian tivoli7 main' state=absent
tags:
- tsm
- repos
- name: update apt cache and upgrade existing packages
apt: update_cache=yes upgrade=dist
tags:
- tsm
- packages
- deb-updates
- name: ensure systemd service file is available
copy: src=dsmc.service dest=/etc/systemd/system/dsmc.service
notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment