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/setup_t460p.yml

39 lines
1.3 KiB
YAML
Raw Normal View History

2018-11-17 21:23:15 +01:00
---
2020-01-23 13:40:18 +01:00
- name: check if ansible is not to old
hosts: localhost
roles:
2021-09-01 21:46:53 +02:00
- {role: ansible_version, tags: always, gather_facts: false}
2020-01-23 13:40:18 +01:00
2021-09-01 21:46:53 +02:00
- name: base packages setup
hosts: t460p.local
roles:
- {role: workstation_packages, tags: [base, packages, workstation]}
- name: user and ssh(d) setup
2021-09-02 01:42:14 +02:00
hosts: t460p.local
2021-09-01 21:46:53 +02:00
roles:
2021-09-19 00:27:19 +02:00
- {role: do1jlr.users, tags: [users, base]}
- {role: do1jlr.auth, tags: [auth, base]}
2021-09-18 23:17:35 +02:00
- {role: do1jlr.sshd, tags: [sshd, base]}
2021-09-01 21:46:53 +02:00
- {role: dotfiles, tags: [dotfiles, base]}
- name: fancy schnickschnack
2021-09-02 01:42:14 +02:00
hosts: t460p.local
2021-09-01 21:46:53 +02:00
roles:
- {role: akku-warning, tags: akku}
- {role: pulseaudio, tags: [pulse, audio, pulseaudio]}
- {role: networkmanager, tags: networkmanager, when: ansible_os_family == 'Archlinux'}
- {role: openvpn, tags: ovpn}
- {role: nextcloud, tags: nextcloud, when: ansible_os_family == 'Archlinux'}
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
- {role: install-firefox, tags: firefox}
- {role: copy_files}
- {role: i3wm, tags: i3wm}
- {role: ntp, tags: ntp}
- {role: xrandr, tags: xrandr}
- {role: arch-fonts, tags: fonts}
- {role: winehq, tags: wine}
- {role: no-sleep, tags: sleep}
2021-09-02 11:26:51 +02:00
- {role: do1jlr.avahi_daemon, tags: [avahi_daemon, avahi]}
- {role: do1jlr.avahi_client, tags: [avahi_client, mdns]}