You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded phantom soar from splunk website, copied it to the apps folder. SSH file has the correct permissions. When installing, I get the following errors:
Error: local-exec provisioner error
│
│ with module.phantom-server.aws_instance.phantom-server[0],
│ on modules/phantom-server/resources.tf line 68, in resource "aws_instance" "phantom-server":
│ 68: provisioner "local-exec" {
│
│ Error running command 'ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -u
│ ec2-user --private-key '/attack_range/root-12517.key' -i '51.44.168.20,'
│ phantom_server.yml -e @vars/phantom_vars.json': exit status 2. Output:
│ PLAY [all]
│ *********************************************************************
│
│ TASK [phantom : include_tasks]
│ *************************************************
│ included:
│ /attack_range/terraform/ansible/roles/phantom/tasks/install_phantom_aws.yml
│ for 51.44.168.20
│
│ TASK [phantom : Update all packages]
│ *******************************************
│ fatal: [51.44.168.20]: FAILED! => {"changed": false, "msg": ["Could not
│ detect which major revision of dnf is in use, which is required to
│ determine module backend.", "You should manually specify use_backend to
│ tell the module whether to use the dnf4 or dnf5 backend})"]}
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I downloaded phantom soar from splunk website, copied it to the apps folder. SSH file has the correct permissions. When installing, I get the following errors:
Error: local-exec provisioner error
│
│ with module.phantom-server.aws_instance.phantom-server[0],
│ on modules/phantom-server/resources.tf line 68, in resource "aws_instance" "phantom-server":
│ 68: provisioner "local-exec" {
│
│ Error running command 'ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -u
│ ec2-user --private-key '/attack_range/root-12517.key' -i '51.44.168.20,'
│ phantom_server.yml -e @vars/phantom_vars.json': exit status 2. Output:
│ PLAY [all]
│ *********************************************************************
│
│ TASK [phantom : include_tasks]
│ *************************************************
│ included:
│ /attack_range/terraform/ansible/roles/phantom/tasks/install_phantom_aws.yml
│ for 51.44.168.20
│
│ TASK [phantom : Update all packages]
│ *******************************************
│ fatal: [51.44.168.20]: FAILED! => {"changed": false, "msg": ["Could not
│ detect which major revision of dnf is in use, which is required to
│ determine module backend.", "You should manually specify use_backend to
│ tell the module whether to use the dnf4 or dnf5 backend})"]}
Thank you
The text was updated successfully, but these errors were encountered: