Skip to content
Snippets Groups Projects
Commit 339f5523 authored by Adrian Rixon's avatar Adrian Rixon
Browse files

Merge branch 'add-zotero' into 'master'

Add zotero repo and package

See merge request dsa/ansible-dsa!61
parents 570ba7e9 d9d0a7a1
No related branches found
No related tags found
No related merge requests found
...@@ -64,3 +64,7 @@ ...@@ -64,3 +64,7 @@
[submodule "roles/node"] [submodule "roles/node"]
path = roles/node path = roles/node
url = https://git.cardiff.ac.uk/dsa/cu-node.git url = https://git.cardiff.ac.uk/dsa/cu-node.git
[submodule "roles/zotero"]
path = roles/zotero
url = https://git.cardiff.ac.uk/dsa/zotero.git
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
- { role: ufw, tags: ['ufw', 'firewall'] } - { role: ufw, tags: ['ufw', 'firewall'] }
- { role: repos, tags: ['repos', 'apt'] } - { role: repos, tags: ['repos', 'apt'] }
- { role: cu-custom, tags: ['custom'] } - { role: cu-custom, tags: ['custom'] }
- { role: zotero, tags: ['repos', 'apt', 'zotero'] }
- { role: apt-config, tags: ['apt', 'apt-config'] } - { role: apt-config, tags: ['apt', 'apt-config'] }
- { role: apt, apt_pkgs: "{{ distro_pkgs }}", apt_update: yes, tags: ['apt', 'software', 'apt-distro'] } - { role: apt, apt_pkgs: "{{ distro_pkgs }}", apt_update: yes, tags: ['apt', 'software', 'apt-distro'] }
- { role: apt, apt_pkg_files: "{{ remote_pkgs }}", tags: ['apt', 'software', 'apt-remote'] } - { role: apt, apt_pkg_files: "{{ remote_pkgs }}", tags: ['apt', 'software', 'apt-remote'] }
......
Subproject commit aa26c26f2d0c9c7af59bfc4ef0e5d2e1f6877c73
...@@ -62,6 +62,7 @@ distro_pkgs: ...@@ -62,6 +62,7 @@ distro_pkgs:
- network-manager-vpnc-gnome - network-manager-vpnc-gnome
- libcurl4-openssl-dev - libcurl4-openssl-dev
- z3 - z3
- zotero
school_pkgs: school_pkgs:
- atom - atom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment