Adding thunix repo instals
This commit is contained in:
parent
7eae6902f0
commit
6e7025144e
|
@ -1,5 +1,10 @@
|
||||||
# Install our baseline packages for all machines, irrespective of what role they might have
|
# Install our baseline packages for all machines, irrespective of what role they might have
|
||||||
---
|
---
|
||||||
|
- name: Add Thunix Repo
|
||||||
|
apt_key:
|
||||||
|
url: http://deb.thunix.net/release.key
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Install baseline packages
|
- name: Install baseline packages
|
||||||
apt:
|
apt:
|
||||||
name: "{{ packages }}"
|
name: "{{ packages }}"
|
||||||
|
@ -31,6 +36,7 @@
|
||||||
- sqlite
|
- sqlite
|
||||||
- sudo
|
- sudo
|
||||||
- ufw
|
- ufw
|
||||||
|
- dpkg-sig
|
||||||
|
|
||||||
# Install ansible python package, because it's the latest
|
# Install ansible python package, because it's the latest
|
||||||
- name: Install ansible
|
- name: Install ansible
|
||||||
|
|
|
@ -180,6 +180,7 @@
|
||||||
- finch
|
- finch
|
||||||
- devscripts
|
- devscripts
|
||||||
- wordgrinder-ncurses
|
- wordgrinder-ncurses
|
||||||
|
- nbsdgames
|
||||||
|
|
||||||
#Install python packages, when it's the latest
|
#Install python packages, when it's the latest
|
||||||
- name: Install pip packages
|
- name: Install pip packages
|
||||||
|
|
|
@ -30,3 +30,6 @@
|
||||||
- php-mbstring
|
- php-mbstring
|
||||||
- shellinabox
|
- shellinabox
|
||||||
- dpkg-dev
|
- dpkg-dev
|
||||||
|
- yum-utils
|
||||||
|
- createrepo
|
||||||
|
- gophernicus
|
||||||
|
|
Loading…
Reference in New Issue