diff --git a/Poivre.yml b/Poivre.yml new file mode 100644 index 0000000..9b1edd5 --- /dev/null +++ b/Poivre.yml @@ -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_CLI_packages.yml + - include: tasks/sudo.yml + - include: tasks/arch_aur.yml + #- include: tasks/dd_backup.yml + - include: tasks/prompt.yml + - include: tasks/users.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 diff --git a/files/autofs.raisin b/files/autofs.raisin index 5248a7b..9cfb6c3 100644 --- a/files/autofs.raisin +++ b/files/autofs.raisin @@ -1 +1 @@ -raisin_doc -fstype=cifs,rw,noperm ://RAISIN/Tosh500G +raisin_doc -fstype=cifs,rw,noperm ://RAISIN/DocNAS diff --git a/tasks/arch_CLI_packages.yml b/tasks/arch_CLI_packages.yml index 5e17e16..74fb7fb 100644 --- a/tasks/arch_CLI_packages.yml +++ b/tasks/arch_CLI_packages.yml @@ -77,27 +77,3 @@ regexp: '^#Color$' line: 'Color' backrefs: yes - -- name: Install mkpasswd - aur: - name: mkpasswd - use: makepkg - skip_installed: true - become: yes - become_user: aur_builder - - # - name: Init Samba (empty config) - # file: - # path: /etc/samba/smb.conf - # state: file - - # - name: Install Tmuxinator - # aur: - # name: "{{ item }}" - # use: yay - # skip_installed: true - # with_items: - # - tmuxinator - # become: yes - # become_user: aur_builder - diff --git a/tasks/arch_aur.yml b/tasks/arch_aur.yml index fb383d3..c7dc789 100644 --- a/tasks/arch_aur.yml +++ b/tasks/arch_aur.yml @@ -33,3 +33,12 @@ skip_installed: true become: yes become_user: aur_builder + +- name: Install mkpasswd + aur: + name: mkpasswd + use: makepkg + skip_installed: true + become: yes + become_user: aur_builder + diff --git a/tasks/arch_gnome.yml b/tasks/arch_gnome.yml index 4d1c9ac..35d9365 100644 --- a/tasks/arch_gnome.yml +++ b/tasks/arch_gnome.yml @@ -45,7 +45,6 @@ - name: Install look and feel pacman: name: - - numix-gtk-theme - materia-gtk-theme - gnome-icon-theme-extras - arc-solid-gtk-theme