roles/common: Removed credentials feature

wip
Felix Stupp 5 years ago
parent ae8482c883
commit 014c5d7c92
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -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

@ -9,8 +9,5 @@
- name: Configure ufw
include_tasks: ufw.yml
- name: Configure ansible credentials
include_tasks: credentials.yml
- name: Configure locales
include_tasks: locales.yml

Loading…
Cancel
Save