Adding thunix repo instals

This commit is contained in:
Ubergeek 2019-04-29 00:42:40 +00:00
parent 7eae6902f0
commit 6e7025144e
3 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# 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
apt:
name: "{{ packages }}"
@ -31,6 +36,7 @@
- sqlite
- sudo
- ufw
- dpkg-sig
# Install ansible python package, because it's the latest
- name: Install ansible

View File

@ -180,6 +180,7 @@
- finch
- devscripts
- wordgrinder-ncurses
- nbsdgames
#Install python packages, when it's the latest
- name: Install pip packages

View File

@ -30,3 +30,6 @@
- php-mbstring
- shellinabox
- dpkg-dev
- yum-utils
- createrepo
- gophernicus