roles/common: Removed credentials feature
parent
ae8482c883
commit
014c5d7c92
@ -1,23 +0,0 @@
|
||||
---
|
||||
|
||||
- name: Create group for access to ansible credentials
|
||||
group:
|
||||
name: ansible-credentials # TODO Export to variable
|
||||
state: present
|
||||
system: yes
|
||||
|
||||
- name: Configure storage for ansible credentials
|
||||
file:
|
||||
path: "/etc/ansible-credentials" # TODO Export to variable
|
||||
state: directory
|
||||
owner: root
|
||||
group: ansible-credentials
|
||||
mode: 0770
|
||||
|
||||
- name: Allow access to ansible credentials
|
||||
user:
|
||||
append: yes
|
||||
name: "{{ ansible_user }}"
|
||||
groups:
|
||||
- ansible-credentials
|
||||
|
Loading…
Reference in New Issue