Merge branch 'master' of ssh://git_opytex/lafrite/Ansible_workstation

This commit is contained in:
2019-04-01 09:55:33 +02:00
4 changed files with 10 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
password: "{{ item.password }}"
uid: "{{ item.uid }}"
shell: "{{ prompt_place['stdout'] }}"
state: present
with_items: "{{ deploy_users }}"
tags:
- first_deployement
@@ -18,7 +19,8 @@
name: "{{ item.username }}"
password: "{{ item.password }}"
uid: "{{ item.uid }}"
shell: "{{ prompt_place['stdout'] }}"
# shell: "{{ prompt_place['stdout'] }}"
state: present
with_items: "{{ me }}"
when: not minimal or not server
tags:

View File

@@ -12,6 +12,11 @@
# force: yes
# backup: yes
- name: Install base CLI packages
pacman:
name: zsh
state: present
- name: Set shell for root to zsh
user:
name: root