Move common env role to configure-env playbook

This commit is contained in:
2020-03-21 13:28:49 -04:00
parent fd2989cd66
commit 0b214f734c
6 changed files with 256 additions and 18 deletions

View File

@@ -1,12 +0,0 @@
---
- name: Set hostname
become: true
hostname:
name: "{{ ansible_host }}"
- name: Install global bashrc
become: true
copy:
src: bashrc.sh
dest: /etc/profile.d/ZA-enpn-bashrc.sh
mode: 0644