This commit is contained in:
2020-04-02 17:23:57 -06:00
parent 66fd90a649
commit 2ff187ba34
6 changed files with 67 additions and 39 deletions

View File

@@ -1,25 +1,9 @@
---
# Copy profiles to /etc/profile.d/
- name: Copying profiles to /etc/profile.d
copy:
src: "{{ item }}"
dest: /etc/profile.d/
owner: root
group: root
mode: 0755
with_fileglob:
- profile.d/*
- include_tasks: ../../../functions/copy_etc-profile.d.yml
# Copy scripts to /usr/local/bin
- name: Copying scripts to /usr/local/bin
copy:
src: "{{ item }}"
dest: /usr/local/bin/
owner: toor
group: staff
mode: 0775
with_fileglob:
- bin/*
- include_tasks: ../../../functions/copy_usr-local-bin.yml
# Rsync /etc/vim
- name: Synchronizing /etc/vim