When installing logging aggregation Ansible run fails with following error:
ERROR! Unexpected Exception: [Errno 12] Cannot allocate memory
Increased the memory on the Bastion host by changing the AWS image from t2.micro to type t2.small to resolve the issue.
To reproduce, change logging install to true and run the following from Bastion host:
ANSIBLE_HOST_KEY_CHECKING=False /usr/local/bin/ansible-playbook -i ./inventory.cfg ./openshift-ansible/playbooks/openshift-logging/config.yml
ERROR! Unexpected Exception: [Errno 12] Cannot allocate memory
To reproduce, change logging install to true and run the following from Bastion host:
ANSIBLE_HOST_KEY_CHECKING=False /usr/local/bin/ansible-playbook -i ./inventory.cfg ./openshift-ansible/playbooks/openshift-logging/config.yml
Thanks for sharing this repo!