Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible playbook fails to run base tasks for ubuntu 18.04 VMs #107

Open
hungnguyen-elastic opened this issue Jan 22, 2021 · 2 comments
Open
Labels
bug Something isn't working

Comments

@hungnguyen-elastic
Copy link

This is the error that I am getting from running ansible-playbook -i inventory.yml site.yml. Ubuntu image - ubuntu-1804-bionic-v20210119a on GCP

TASK [ansible-elastic-cloud-enterprise : sysctl_scripts.yml || load ip_conntrack if needed] ******************************************
fatal: [35.209.97.34]: FAILED! => {"changed": false, "msg": "modprobe: FATAL: Module ip_conntrack not found in directory /lib/modules/5.4.0-1034-gcp\n", "name": "ip_conntrack", "params": "", "rc": 1, "state": "present", "stderr": "modprobe: FATAL: Module ip_conntrack not found in directory /lib/modules/5.4.0-1034-gcp\n", "stderr_lines": ["modprobe: FATAL: Module ip_conntrack not found in directory /lib/modules/5.4.0-1034-gcp"], "stdout": "", "stdout_lines": []}
@hungnguyen-elastic
Copy link
Author

I did not. I just decided to use Centos machine instead and it worked

@hungnguyen-elastic hungnguyen-elastic added the bug Something isn't working label Apr 22, 2021
@artemkupryuhin
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants