telekomancer

Results 10 comments of telekomancer

Same errors here, i checked `pyproject.toml` and contains the information that @vicalloy mention: ``` pyproject.toml:python-telegram-bot = "^13.14" pyproject.toml:"delegator.py" = "^0.1.1" ``` Any solution ?

I have this error: ``` INFO: Using CloudSploit config file: ./creds.json /home/username/tools/cloudsploit/index.js:134 if (config.credentials.aws.credential_file && (!settings.cloud || (settings.cloud == 'aws'))) { ^ TypeError: Cannot read properties of undefined (reading 'aws')...

Oh! Actually, that was the options that i changed, i had to make some changes at code (https://github.com/aquasecurity/cloudsploit/issues/1728#issuecomment-1773289090) and some changes at config.js level and everything works. Thanks for the...

Looks good. Now, to be specific, i have a problem related to OSPF module ![image](https://user-images.githubusercontent.com/27900350/227523588-1108fe8f-be96-4ee7-ab1b-c645b94fd8d9.png) Config, at task level is: ``` --- - hosts: all connection: local gather_facts: False vars:...

Sorry for the slow replies, am checking before answer back to you. Ok, looks reasonable. And looks like both modules should complete all the "not cover" configuration of other modules,...

Ok, i'll try to migrate all the config, but i have an error like this: ``` TASK [Create dhcp-server ae1.20 details with config_element] ******************* fatal: [firewall]: FAILED! => {"changed": false,...

``` - name: Create dhcp-server ae1.20 details with config_element paloaltonetworks.panos.panos_config_element: provider: "{{ device }}" edit: true xpath: '/config/devices/entry[@name="localhost.localdomain"]/network/dhcp/interface/entry[@name="ae1.20"]/server' element: | 8.8.8.8 8.8.4.4 480 172.16.16.1 255.255.255.0 172.16.16.2-172.16.16.254 auto yes ```

DHCP Server(s) already exist, this config file are created in case that i need to redeploy the firewall, in case of full disaster recovery and the need of reconfigure all...