Compare commits

..

No commits in common. "ec00bf3d76eb13590bef3546ac67ee1ddb2f1177" and "cc4a5748fac5c8d5dbc8ffeacc07445b72f38ad7" have entirely different histories.

6 changed files with 4 additions and 18 deletions

View File

@ -45,10 +45,10 @@ telegraf_config_inputs:
ipset: []
iptables:
- table: filter
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD" ]
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD", "LIMIT_SSH" ]
- table: filter
name_override: ip6tables
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD" ]
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD", "LIMIT_SSH" ]
kernel_vmstat: []
net: []
netstat: []

View File

@ -62,4 +62,3 @@
name: "{{ telegraf_service_name }}"
state: "{{ telegraf_service_state }}"
enabled: "{{ telegraf_service_enabled }}"
when: telegraf_package_state != "absent"

View File

@ -1,6 +1,6 @@
# {{ ansible_managed }}
{% if unattended_upgrades_apticron_email %}
{% if unattended_upgrades_apticron_email is defined %}
EMAIL="{{ unattended_upgrades_apticron_email | default('root') }}"
SYSTEM="{{ ansible_hostname }}"
{% endif %}

View File

@ -26,7 +26,7 @@ Unattended-Upgrade::MinimalSteps "{{ unattended_upgrades_minimal_steps | lower }
{% if unattended_upgrades_install_on_shutdown is defined %}
Unattended-Upgrade::InstallOnShutdown "{{ unattended_upgrades_install_on_shutdown | lower }}";
{% endif %}
{% if unattended_upgrades_mail %}
{% if unattended_upgrades_mail is defined %}
Unattended-Upgrade::Mail "{{ unattended_upgrades_mail }}";
{% endif %}
{% if unattended_upgrades_mail_only_on_error is defined %}

View File

@ -7,7 +7,6 @@ util_package_state: latest
util_packages:
editors:
- vim
- neovim
devel:
- git
- mercurial
@ -30,7 +29,6 @@ util_packages:
- iperf
- iperf3
- smem
- hping3
math:
- bc
misc:
@ -43,7 +41,6 @@ util_packages:
- p7zip-full
- pigz
- pxz
- zstd
- pbzip2
- pv
- htop
@ -63,7 +60,6 @@ util_packages:
- jq
- crudini
- xmlstarlet
- ack
interpreters:
- lua5.3
python:
@ -74,7 +70,3 @@ util_packages:
fun:
- cmatrix
- cowsay
www:
- elinks
- links
- lynx

View File

@ -8,8 +8,3 @@
apt_repository:
repo: ppa:git-core/ppa
state: "{{ util_git_ppa_state }}"
- name: add neovim ppa
apt_repository:
repo: ppa:neovim-ppa/stable
state: present