-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install ripe-atlas-tools from ubuntu-provided deb
- Loading branch information
Showing
2 changed files
with
6 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,10 @@ | ||
- name: "Install deb prerequisites for ripe-atlas-tools" | ||
apt: | ||
name: | ||
- libffi-dev | ||
- libssl-dev | ||
- virtualenv | ||
state: present | ||
|
||
- name: "Install deb prerequisites for ripe-atlas-tools" | ||
apt: | ||
name: | ||
- python3-dev | ||
- python3-virtualenv | ||
- python3-pip | ||
state: present | ||
|
||
- name: "Install ripe-atlas-tools" | ||
pip: | ||
apt: | ||
name: | ||
- IPy | ||
- pyOpenSSL | ||
- ndg-httpsclient | ||
- pyasn1 | ||
- 'git+https://github.com/RIPE-NCC/ripe-atlas-tools@latest#egg=ripe-atlas-tools' | ||
state: present | ||
virtualenv: "{{ ripe_atlas_venv_dir }}" | ||
virtualenv_python: python3 | ||
- ripe-atlas-tools | ||
- ripe-atlas-tools-doc | ||
|
||
- name: "Create symlinks for ripe-atlas-tools" | ||
- name: "Clean up old ripe-atlas virtualenv" | ||
file: | ||
state: link | ||
force: true | ||
src: "{{ ripe_atlas_venv_dir }}/bin/{{ item }}" | ||
path: "/usr/local/bin/{{ item }}" | ||
with_items: | ||
- adig | ||
- ahttp | ||
- antp | ||
- aping | ||
- asslcert | ||
- atraceroute | ||
- ndg_httpclient | ||
- ripe-atlas | ||
- wsdump.py | ||
path: /usr/share/ripe-atlas-venv | ||
state: absent |
This file was deleted.
Oops, something went wrong.