summaryrefslogtreecommitdiff
path: root/roles/base/defaults/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-31 23:12:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-31 23:12:36 +0200
commit3a2319c9c58886a7938deabafc66ad4bc128c9f8 (patch)
tree222b41b5b49633b9156c070df830d5c73617edd7 /roles/base/defaults/main.yml
parentchaos-at-home: deploy apt-repo/base to some more hosts (diff)
move core roles to subdir
Diffstat (limited to 'roles/base/defaults/main.yml')
-rw-r--r--roles/base/defaults/main.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/roles/base/defaults/main.yml b/roles/base/defaults/main.yml
deleted file mode 100644
index c4b0d42c..00000000
--- a/roles/base/defaults/main.yml
+++ /dev/null
@@ -1,36 +0,0 @@
----
-base_entropy_generator: haveged
-
-base_sysctl_config_user: {}
-
-base_modules_blacklist_:
- net:
- - dccp
- - sctp
- - rds
- - tipc
- fs:
- - cramfs
- - freevxfs
- - hfs
- - hfsplus
- - jffs2
- sound:
- - soundcore
- - usb-midi
- misc:
- - bluetooth
- - firewire-core
- - n_hdlc
- - net-pf-31
- - thunderbolt
-
-base_modules_blacklist_full: "{{ base_modules_blacklist_ | list }}"
-base_modules_blacklist_all_but_sound: "{{ base_modules_blacklist_ | difference(['sound']) | list }}"
-base_modules_blacklist_none: []
-base_modules_blacklist: "{{ base_modules_blacklist_full }}"
-
-base_packages_extra_host: []
-base_packages_extra_group: []
-
-base_intel_nic_stability_fix: false