Add Elastic Agent container for Heavy Nodes

This commit is contained in:
Josh Brower
2023-06-22 16:02:17 -04:00
parent daaead618e
commit d0d7ab57ca
11 changed files with 305 additions and 3 deletions
+3 -3
View File
@@ -8,13 +8,13 @@
{% if sls.split('.')[0] in allowed_states %}
# Add EA Group
elasticsagentgroup:
elasticfleetgroup:
group.present:
- name: elastic-agent
- name: elastic-fleet
- gid: 947
# Add EA user
elastic-agent:
elastic-fleet:
user.present:
- uid: 947
- gid: 947