Skip to content

Commit

Permalink
Removing most vars from variables folder
Browse files Browse the repository at this point in the history
Variable precedence on Ansible 2 changed and now it’s more difficult to
override roles variables.
  • Loading branch information
Bernardo Vale committed Feb 26, 2016
1 parent de796a9 commit a5b65c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
18 changes: 0 additions & 18 deletions vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,2 @@
---

limits_enabled: yes
limits_path: /etc/security/limits.d/tune.conf

# See http://linux.die.net/man/5/limits.conf for description
limits_limits:
- "* - nofile 65535"

limits_sysctl:
- { name: 'net.ipv4.tcp_tw_recycle', value: '1' }
- { name: 'net.ipv4.tcp_tw_reuse', value: '1' }

limits_hosts_allow: []
limits_hosts_deny: []

limits_pamd_files:
- "su"

sysctl_ignore: no
18 changes: 0 additions & 18 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,2 @@
---

limits_enabled: yes
limits_path: /etc/security/limits.conf

# See http://linux.die.net/man/5/limits.conf for description
limits_limits:
- "* - nofile 65535"

limits_sysctl:
- { name: 'net.ipv4.tcp_tw_recycle', value: '1' }
- { name: 'net.ipv4.tcp_tw_reuse', value: '1' }

limits_hosts_allow: []
limits_hosts_deny: []

limits_pamd_files:
- "su"

sysctl_ignore: yes
18 changes: 0 additions & 18 deletions vars/default.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,2 @@
---

limits_enabled: yes
limits_path: /etc/security/limits.d/tune.conf

# See http://linux.die.net/man/5/limits.conf for description
limits_limits:
- "* - nofile 65535"

limits_sysctl:
- { name: 'net.ipv4.tcp_tw_recycle', value: '1' }
- { name: 'net.ipv4.tcp_tw_reuse', value: '1' }

limits_hosts_allow: []
limits_hosts_deny: []

limits_pamd_files:
- "su"

sysctl_ignore: no

0 comments on commit a5b65c8

Please sign in to comment.