Feat: Nouvelle config pour Poivre
This commit is contained in:
parent
67c2b7f0ee
commit
726e78f811
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
|
||||
vars_files:
|
||||
- vars/common.yml
|
||||
- vars/home.yml
|
||||
- vars/Combava.yml
|
||||
|
||||
tasks:
|
||||
- include: tasks/ansible.yml
|
||||
- include: tasks/arch_aur.yml
|
||||
- include: tasks/arch_CLI_packages.yml
|
||||
- include: tasks/dd_backup.yml
|
||||
- include: tasks/prompt.yml
|
||||
- include: tasks/users.yml
|
||||
- include: tasks/sudo.yml
|
||||
- include: tasks/ssh.yml
|
||||
- include: tasks/arch_programming.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
|
||||
# - include: tasks/nfs_share.yml
|
||||
#- include: tasks/wine.yml
|
||||
# - include: tasks/arch_virtualbox.yml
|
||||
|
||||
handlers:
|
||||
- name: restart sshd
|
||||
systemd:
|
||||
name: sshd
|
||||
state: restarted
|
||||
- name: restart nfs
|
||||
systemd:
|
||||
name: nfs-server
|
||||
state: restarted
|
Loading…
Reference in New Issue