all: add wazuh-agent
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
296d194b43
commit
02eb698955
|
@ -27,3 +27,8 @@ bootstrap__active_extra_users:
|
|||
- { name: ivan, uid: 8004, admin: true, key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
|
||||
- { name: zoltan, uid: 8005, admin: true, key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFNYe8dLIGTTrTYgKfaXhai6uQmJfewJPi3MXwIeM2Zk zoltan@status.im' }
|
||||
- { name: gabriel,uid: 8006, admin: true, key: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2/Z8eRjB+uYwC8OTYwMI5HYaZvpD68fKLvo2f6/2abzs5MTskXVlDFB7XDsFw+s1oloKKKNl+VYA7WR4qO8c0usMHll2Io1XuRdMJQsUaERpxKOeddIpsOaAmHea7Dh/JVdC07aQm0QDYnfSXD66k//LD2EfjSp/9L6ObPbtWSYnMtlIxmNq8hdP33R59HAcpZtXnubElQhxAMtY4pnBNI/jJS44uan2asNT4vftUMUAmSGjwTVgbRHiE1nyvwcisvy8kDQILXxchetRcWZw/aztmvWUYOTebgdvlMirZRLw6gLjjKMoGgRIpI/vDHZyYezEdzjOLf//4qcD4ez5H gabriel@status.im' }
|
||||
|
||||
# Wazuh Agent
|
||||
wazuh_agent_enrollment_key: '{{ lookup("vault", "manager/config", field="enrollment-password", env="hq", stage="wazuh")}}'
|
||||
wazuh_root_ca: '{{ lookup("vault", "root-ca", field="certificate", env="hq", stage="wazuh")}}'
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
- { role: infra-role-open-ports, tags: open-ports }
|
||||
- { role: infra-role-swap-file, tags: swap-file }
|
||||
- { role: infra-role-postgres-ha, tags: postgres-ha }
|
||||
- { role: infra-role-wazuh-agent, tags: wazuh-agent }
|
||||
|
||||
|
||||
- name: Configure Waku Nodes
|
||||
hosts: node
|
||||
|
@ -24,3 +26,4 @@
|
|||
- { role: infra-role-certbot, tags: certbot }
|
||||
- { role: infra-role-nim-waku, tags: nim-waku }
|
||||
- { role: infra-role-nginx, tags: nginx }
|
||||
- { role: infra-role-wazuh-agent, tags: wazuh-agent }
|
||||
|
|
|
@ -27,3 +27,7 @@
|
|||
- name: infra-role-postgres-ha
|
||||
src: git@github.com:status-im/infra-role-postgres-ha.git
|
||||
version: 0e166b76b4875f2413f093c264470bee3361b3f4
|
||||
|
||||
- name: infra-role-wazuh-agent
|
||||
src: git@github.com:status-im/infra-role-wazuh-agent.git
|
||||
version: d68975f76b2ee7c0e9377684a16e76fd006a54a9
|
||||
|
|
Loading…
Reference in New Issue