alertlogic / al-agents-ansible-playbooks

Ansible Playbooks to install and provision the Alert Logic Unified Agent
Apache License 2.0
10 stars 14 forks source link

ordering problem starting agent vs configuring agent; #20

Closed russ-te2 closed 5 years ago

russ-te2 commented 6 years ago

Looks like you start the agent before the configuration step, which renders it a no-op. You might want to move;

into the last step in configure_agent, this is what I needed to do to have agents respect the --host configuration option, restarting the agent did not help.