Ansible_workstation/Combava.yml

43 lines
1.1 KiB
YAML
Raw Normal View History

---
- hosts: localhost
connection: local
vars_files:
- vars/common.yml
2019-12-14 15:53:42 +00:00
- vars/users.yml
# - vars/home.yml
- vars/Combava.yml
tasks:
2019-05-23 10:23:53 +00:00
- include: tasks/ansible.yml
- include: tasks/arch_aur.yml
- include: tasks/arch_CLI_packages.yml
2019-08-05 19:56:17 +00:00
- include: tasks/dd_backup.yml
- include: tasks/prompt.yml
2020-01-29 16:55:24 +00:00
# - include: tasks/users.yml
- include: tasks/sudo.yml
# - include: tasks/ssh.yml
- include: tasks/arch_programming.yml
2019-11-16 16:31:39 +00:00
- include: tasks/arch_teacher.yml
- include: tasks/arch_gnome.yml
- include: tasks/arch_graphicals.yml
- include: tasks/dotfiles.yml
- include: tasks/dotfiles_desktop.yml
- include: tasks/home_autofs.yml
- include: tasks/laptop.yml
2019-07-01 18:28:48 +00:00
- include: tasks/gaming.yml
2019-10-24 14:37:34 +00:00
- include: tasks/arch_docker.yml
2019-05-11 09:13:09 +00:00
# - include: tasks/nfs_share.yml
#- include: tasks/wine.yml
2019-05-11 09:13:09 +00:00
# - include: tasks/arch_virtualbox.yml
handlers:
- name: restart sshd
systemd:
name: sshd
state: restarted
- name: restart nfs
systemd:
name: nfs-server
state: restarted