started ansible config

This commit is contained in:
Christopher Beckmann
2024-01-25 18:22:53 +01:00
parent 7282276836
commit 0deb9d6eb3
27 changed files with 96 additions and 0 deletions

9
ansible/roles/env/tasks/main.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
---
- name: Install environment file with system-wide variables
become: true
ansible.builtin.template:
src: environment/environment
dest: /etc/environment
mode: "0644"
tags: environment

View File

@@ -0,0 +1,4 @@
# {{ ansible_managed }}
MANPAGER="sh -c 'col -bx | bat -l man -p'"
MANROFFOPT="-c"