Ansible_workstation/Poivre.yml

42 lines
1.0 KiB
YAML
Raw Normal View History

2019-09-19 07:53:20 +00:00
---
- hosts: localhost
connection: local
vars_files:
- vars/common.yml
- vars/home.yml
2020-01-01 11:06:30 +00:00
- vars/users.yml
2019-09-19 07:53:20 +00:00
- vars/Combava.yml
tasks:
- include: tasks/ansible.yml
- include: tasks/arch_CLI_packages.yml
2019-09-19 15:02:18 +00:00
- include: tasks/sudo.yml
- include: tasks/arch_aur.yml
2019-09-24 15:00:32 +00:00
#- include: tasks/dd_backup.yml
2019-09-19 07:53:20 +00:00
- include: tasks/prompt.yml
#- include: tasks/users.yml
2020-01-01 10:32:54 +00:00
- include: tasks/ssh.yml
2019-09-19 07:53:20 +00:00
- include: tasks/arch_programming.yml
2019-11-16 16:31:39 +00:00
- include: tasks/arch_teacher.yml
2019-09-19 07:53:20 +00:00
- 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
2020-01-04 06:08:45 +00:00
- include: tasks/arch_docker.yml
2019-09-19 07:53:20 +00:00
# - include: tasks/nfs_share.yml
2020-01-01 10:32:54 +00:00
# - include: tasks/wine.yml
2019-09-19 07:53:20 +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