workstation/roles/debian/tasks/main.yaml

35 lines
1.1 KiB
YAML

---
# Copyright 2019-2025 Anthony Rose
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- import_tasks: apt-sources.yaml
- import_tasks: packages-cli.yaml
- import_tasks: packages-devel.yaml
- import_tasks: packages-gui.yaml
when: gui == true
- import_tasks: modules.yaml
- import_tasks: ssh.yaml
- import_tasks: solokeys.yaml
when: wsl == false
- import_tasks: sudo.yaml
- import_tasks: packagekit.yaml
when: gui == true and wsl == false
- import_tasks: timezone.yaml
when: wsl == false
- import_tasks: systemd.yaml
when: wsl == false
- import_tasks: gdm.yaml
- import_tasks: podman.yaml
- import_tasks: sysctl.yaml
- import_tasks: sssd.yaml