Feat: add BV_boutique

This commit is contained in:
2020-02-24 06:55:28 +01:00
parent 1098ec8d81
commit 6d289231dd
3 changed files with 37 additions and 0 deletions

View File

@@ -119,6 +119,7 @@
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ me }}"
when: not server
- name: Copy ssh user config
template:
@@ -127,6 +128,7 @@
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ deploy_users }}"
when: not server
- name: Copy ssh user config
template:
@@ -135,6 +137,7 @@
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ me }}"
when: not server
# Git config
- name: Copy gitconfig
@@ -144,3 +147,4 @@
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ me }}"
when: not server