File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1212 - name : Add nix splunk user
1313 user :
1414 name : " {{ splunk_nix_user }}"
15- groups : " {{ splunk_nix_group }}"
15+ group : " {{ splunk_nix_group }}"
1616 home : " {{ splunk_home }}"
17- append : true
1817 state : present
1918 shell : /bin/bash
2019 local : " {{ local_os_user }}"
Original file line number Diff line number Diff line change 22- name : include distribution vars
33 include_vars : " {{ item }}"
44 with_first_found :
5+ - " {{ ansible_distribution }}{{ ansible_distribution_version }}.yml"
6+ - " {{ ansible_distribution }}.yml"
57 - " {{ ansible_os_family }}{{ ansible_distribution_major_version }}.yml"
68 - " {{ ansible_os_family }}.yml"
79
Original file line number Diff line number Diff line change 1+ global_bashrc : /etc/bashrc
2+ chk_config_cmd : chkconfig --add disable-thp
3+ linux_packages :
4+ - sysstat
5+ - telnet
6+ - tcpdump
7+ - htop
8+ - lsof
9+ - policycoreutils-python
10+ - policycoreutils
11+ - gdb
12+ - bind-utils
You can’t perform that action at this time.
0 commit comments