Commit 14c6d89b by e0d

Fixing directory permission for .ssh, enable gh users.

parent 84f367e3
......@@ -27,7 +27,7 @@
- name: common | create .ssh directory
file:
path=/home/{{ item.user }}/.ssh state=directory mode=0600
path=/home/{{ item.user }}/.ssh state=directory mode=0700
owner={{ item.user }} group={{ item.user }}
with_items: github_users
tags:
......
---
- include: create_users.yml
#- include: create_github_users.yml
# when: github_users is defined
- include: create_github_users.yml
when: github_users is defined
- name: common | Add user www-data
# This user should be created on the system by default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment