summaryrefslogtreecommitdiff
path: root/root_iproute_color.yml
diff options
context:
space:
mode:
authoruvok cheetah2024-07-06 15:41:34 +0200
committeruvok cheetah2024-07-06 15:41:34 +0200
commit0bae88327bbaf4dff552f34b3f53d27d8358c5fd (patch)
tree64e5a526655c9cf695f8e3893ac235e9cf47af80 /root_iproute_color.yml
parente141d13ee7e6e16c5a3cb6f10c59a07cac3ec0d8 (diff)
Make ip colored
Diffstat (limited to 'root_iproute_color.yml')
-rw-r--r--root_iproute_color.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/root_iproute_color.yml b/root_iproute_color.yml
new file mode 100644
index 0000000..dd12427
--- /dev/null
+++ b/root_iproute_color.yml
@@ -0,0 +1,10 @@
+---
+- name: Make sure colorful ls
+ hosts: server
+ gather_facts: false
+ tasks:
+ - name: Add line
+ lineinfile:
+ path: ~/.bashrc
+ state: present
+ line: "alias ip='ip --color=auto'"