1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
ansible_linux_desktop_setup/site.yml

35 lines
1.3 KiB
YAML
Raw Normal View History

2020-12-16 17:35:28 +01:00
---
- name: check if ansible is not to old
hosts: localhost
roles:
- {role: ansible_version, tags: always, gather_facts: false}
2020-12-16 17:35:28 +01:00
2021-03-16 20:24:37 +01:00
- name: run do1jlr.base setup roles
2020-12-16 17:35:28 +01:00
hosts: localhost
roles:
2023-04-02 22:28:43 +02:00
#- {role: do1jlr.base, tags: [default, packages, base]}
#- {role: workstation_packages, tags: [default, workstation_packages, packages, setup]}
- {role: ntp, tags: ntp}
2023-04-02 22:28:43 +02:00
- {role: do1jlr.avahi_client, tags: avahi}
- {role: do1jlr.avahi_daemon, tags: avahi}
#- {role: arch-fonts, tags: [font, fonts, arch-fonts]}
2020-12-16 17:35:28 +01:00
2023-04-02 22:28:43 +02:00
#- name: user specific setup
# hosts: localhost
# roles:
#- {role: dotfiles, tags: [default, dotfiles, fancy]}
#- {role: manage_users, tags: [ssh, manage, manage_users]}
#- {role: authorized_keys, tags: [ssh, auth, authorized_keys]}
#- {role: sshd, tags: [ssh, sshd]}
#- {role: akku-warning, tags: [akku, akku_warning, akku-warning]}
#- {role: pulseaudio, tags: pulseaudio}
#- {role: networkmanager, tags: [nm, networkmanager]}
#- {role: copy_files}
#- {role: do1jlr.i3wm, tags: i3wm}
# - {role: xrandr, tags: xrandr}
#- {role: install-firefox, tags: firefox}
#- {role: nextcloud, tags: nextcloud}
#- {role: openvpn, tags: openvpn}
#- {role: winehq, tags: [wine, winehq]}
#- {role: no-sleep, tags: no_sleep}