summaryrefslogtreecommitdiff
path: root/services/os/ubuntu.cf
diff options
context:
space:
mode:
Diffstat (limited to 'services/os/ubuntu.cf')
-rw-r--r--services/os/ubuntu.cf53
1 files changed, 53 insertions, 0 deletions
diff --git a/services/os/ubuntu.cf b/services/os/ubuntu.cf
new file mode 100644
index 0000000..58bd2d5
--- /dev/null
+++ b/services/os/ubuntu.cf
@@ -0,0 +1,53 @@
+bundle common ubuntu
+{
+ vars:
+ ubuntu::
+ "packages" slist => {
+ "at",
+ "bridge-utils",
+ "check-mk-agent",
+ "curl",
+ "dstat",
+ "git",
+ "htop",
+ "iptables",
+ "mailutils",
+ "ncdu",
+ "socat",
+ "tig",
+ "tmux",
+ "tree",
+ "vim",
+ "wget",
+ };
+ ubuntu&!containers::
+ "packages" slist => {
+ @(packages),
+ "ethtool",
+ "iptstate",
+ "ipvsadm",
+ "lvm2",
+ "mosh",
+ "nmap",
+ "ntpdate",
+ "openntpd",
+ "openssh-server",
+ "needrestart",
+ };
+ ubuntu&console_julien::
+ "packages" slist => {
+ @(packages),
+ "apt-file",
+ "asciidoc",
+ "build-essential",
+ "cgdb",
+ "cmake",
+ "gpa",
+ "pass",
+ "pwgen",
+ "sipcalc",
+ "valgrind",
+ "weechat",
+ "whois",
+ };
+}