Tons of updates including erpnext, fusionauth, kong, elasticsearch, postgres-12, opennebula-5.10...
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
limit_item: nofile
|
||||
value: '65535'
|
||||
|
||||
# Enable Memory Overcommit /etc/sysctl.conf vm.overcommit_memory = 1
|
||||
# Increase max_user_watches
|
||||
# View with sysctl -a |grep max_user_watches (default on debian is 8192)
|
||||
- name: Increase fs.inotify.max_user_watches in /etc/sysctl.conf
|
||||
sysctl:
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
---
|
||||
# Any server (OS agnostic)
|
||||
# ------------------------------------------------------------------------------
|
||||
- name: Configure any server (OS agnostic)
|
||||
include_tasks: agnostic/main.yml
|
||||
|
||||
|
||||
# Debian server
|
||||
# Run first to install base software required for agnostic/main.yml
|
||||
# ------------------------------------------------------------------------------
|
||||
- name: Configure debian/ubuntu server
|
||||
include_tasks: debian/main.yml
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
|
||||
# Any server (OS agnostic)
|
||||
# ------------------------------------------------------------------------------
|
||||
- name: Configure any server (OS agnostic)
|
||||
include_tasks: agnostic/main.yml
|
||||
|
||||
Reference in New Issue
Block a user