mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-29 11:50:18 +01:00
15 lines
416 B
YAML
15 lines
416 B
YAML
---
|
|
- name: Manage environment variables
|
|
hosts: all
|
|
tasks:
|
|
- name: Configure sshd to accept some useful environment variables
|
|
ansible.builtin.include_role:
|
|
name: ansible-sshd
|
|
vars:
|
|
sshd_config_namespace: accept-env
|
|
sshd_config:
|
|
# there are some handy environment variables to accept
|
|
AcceptEnv:
|
|
LANG
|
|
LS_COLORS
|
|
EDITOR
|