Post maintenance cleanup

This commit is contained in:
Ubergeek 2020-07-19 16:18:06 -04:00
parent 08173d378b
commit a561168e60
3 changed files with 21 additions and 21 deletions

View File

@ -42,9 +42,9 @@
- python-jinja2 - python-jinja2
- python-kerberos - python-kerberos
- python-markupsafe - python-markupsafe
- python-netaddr # - python-netaddr
- python-paramiko - python-paramiko
- python-pip # - python-pip
- python-pymysql - python-pymysql
- python-selinux - python-selinux
- python-xmltodict - python-xmltodict

View File

@ -24,7 +24,7 @@
- name: Add weechat repo - name: Add weechat repo
apt_repository: apt_repository:
repo: 'deb https://weechat.org/debian buster main' repo: 'deb https://weechat.org/debian bullseye main'
state: present state: present
filename: weechat filename: weechat
update_cache: yes update_cache: yes
@ -43,15 +43,15 @@
- name: Add debian contrib - name: Add debian contrib
apt_repository: apt_repository:
repo: 'deb http://ftp.de.debian.org/debian stable main contrib' repo: 'deb http://ftp.de.debian.org/debian bullseye main contrib'
state: present state: present
update_cache: yes update_cache: yes
- name: Add mono-project repo #- name: Add mono-project repo
apt_repository: # apt_repository:
repo: 'deb https://download.mono-project.com/repo/debian stable-buster main' # repo: 'deb https://download.mono-project.com/repo/debian bullseye main'
state: present # state: present
update_cache: yes # update_cache: yes
- name: Install baseline packages - name: Install baseline packages
apt: apt:
@ -72,7 +72,7 @@
- bzflag-server - bzflag-server
- ca-certificates-mono - ca-certificates-mono
- caca-utils - caca-utils
# - clang - clang
- cloc - cloc
- cmake - cmake
- cmark - cmark
@ -194,13 +194,13 @@
- php-mysql - php-mysql
- php-ps - php-ps
- php-pspell - php-pspell
- php-recode # - php-recode
- php-sqlite3 - php-sqlite3
- php-tidy - php-tidy
- php-xmlrpc - php-xmlrpc
- php7.3-xsl # - php7.3-xsl
- php7.3-curl # - php7.3-curl
- php7.3-xml # - php7.3-xml
- pngtools - pngtools
- postfix-policyd-spf-python - postfix-policyd-spf-python
- poezio - poezio
@ -209,7 +209,7 @@
- python - python
- python-certbot-apache - python-certbot-apache
- python-flask - python-flask
- python-pip # - python-pip
# - python-potr # - python-potr
- python-twisted - python-twisted
- python3 - python3

View File

@ -7,14 +7,14 @@
- name: Add tor project repo - name: Add tor project repo
apt_repository: apt_repository:
repo: 'deb https://deb.torproject.org/torproject.org buster main' repo: 'deb https://deb.torproject.org/torproject.org bullseye main'
state: present state: present
filename: tor filename: tor
update_cache: yes update_cache: yes
- name: Add tor project repo - name: Add tor project repo
apt_repository: apt_repository:
repo: 'deb-src https://deb.torproject.org/torproject.org buster main' repo: 'deb-src https://deb.torproject.org/torproject.org bullseye main'
state: present state: present
filename: torsrc filename: torsrc
update_cache: yes update_cache: yes
@ -27,7 +27,7 @@
vars: vars:
packages: packages:
- apache2 - apache2
- createrepo # - createrepo
- dpkg-dev - dpkg-dev
# - gophernicus # - gophernicus
- mariadb-client - mariadb-client
@ -43,11 +43,11 @@
- php-intl - php-intl
- php-mysql - php-mysql
- php-pspell - php-pspell
- php-recode # - php-recode
- php-sqlite3 - php-sqlite3
- php-tidy - php-tidy
- php-xmlrpc - php-xmlrpc
- php7.3-xsl # - php7.3-xsl
- tor - tor
- torsocks - torsocks
- yum-utils # - yum-utils