Created
December 18, 2018 09:54
-
-
Save Dirrk/28604149e0e3553682d207717e7cfa67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- block: | |
- name: "install default packages after minimal install" | |
apt: | |
name: "{{ item }}" | |
state: present | |
with_items: | |
- "at" | |
- "attr" | |
- "auditd" | |
- "bc" | |
- "binutils" | |
- "cal" | |
- "cpio" | |
- "curl" | |
- "dnsutils" | |
- "fail2ban" | |
- "file" | |
- "gzip" | |
- "ipset" | |
- "ltrace" | |
- "mosh" | |
- "netcat" | |
- "ntp" | |
- "ntpdate" | |
- "ntpstat" | |
- "pdns-recursor" | |
- "portsentry" | |
- "pwgen" | |
- "reportbug" | |
- "rsync" | |
- "screen" | |
- "strace" | |
- "sudo" | |
- "sysstat" | |
- "tcpdump" | |
- "ufw" | |
- "unzip" | |
- "vim" | |
- "wget" | |
- "wput" | |
- "xauth" | |
- "xz-utils" | |
- "zip" | |
when: ( ansible_distribution == "Debian" ) and ( ansible_distribution_major_version == "9" ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment