Coder Social home page Coder Social logo

Comments (9)

chillancezen avatar chillancezen commented on July 21, 2024

YES, It will be implemented. but it will be available in next major release. thanks for the issue.

from ansible-galaxy-fortios-collection.

Lextum avatar Lextum commented on July 21, 2024

Is there an Update to this issue?

from ansible-galaxy-fortios-collection.

chillancezen avatar chillancezen commented on July 21, 2024

Is there an Update to this issue?

this feature has been realized:
https://github.com/fortinet-ansible-dev/fortios-ansible-generator/commit/d41a08764862481ee8512930de7142f5eaa3164e
https://github.com/fortinet-ansible-dev/fortios-ansible-generator/commit/1e4dc6a0a3a089da210af0691f93a7462ecd86ef
https://github.com/fortinet-ansible-dev/fortios-ansible-generator/commit/f87556d24f774cd55870a8f1769447f576549423

but not released yet, please let us know if you want to get a binary collection ball to preview.

thanks,
Link.

from ansible-galaxy-fortios-collection.

Lextum avatar Lextum commented on July 21, 2024

Is there an Update to this issue?

this feature has been realized:
fortinet-ansible-dev/fortios-ansible-generator@d41a087
fortinet-ansible-dev/fortios-ansible-generator@1e4dc6a
fortinet-ansible-dev/fortios-ansible-generator@f87556d

but not released yet, please let us know if you want to get a binary collection ball to preview.

thanks,
Link.

Uh, that would be great. Am I playing around with the collection at the moment and building something like a PoC. Having the access token would be a big plus to go with it.

from ansible-galaxy-fortios-collection.

Lextum avatar Lextum commented on July 21, 2024

want

ping?

from ansible-galaxy-fortios-collection.

chillancezen avatar chillancezen commented on July 21, 2024

want

ping?

hi @Lextum ,

so sorry for missing your last update.
could you use this collection https://github.com/fortinet-ansible-dev/ansible-galaxy-fortios-collection/releases/tag/Hotbuild%2F6.4.1%2Fsdwan ?

usage:

$cat hosts
[fortigates]
fortigate03 ansible_host=192.168.190.132 

[fortigates:vars]
ansible_network_os=fortinet.fortios.fortios
fortios_access_token=7xdsrt93mxf4btxy7r7zNx54qdGc0

$cat firewall_address.yml
- hosts: fortigate03
  connection: httpapi
  collections:
  - fortinet.fortios
  vars:
   vdom: "root"
   ansible_httpapi_use_ssl: yes
   ansible_httpapi_validate_certs: no
   ansible_httpapi_port: 443
  tasks:
   - name: Configure Firewall Address.
     fortios_firewall_address:
        vdom:  "{{ vdom }}"
        state: "present"
        access_token: "{{ fortios_access_token }}"
        firewall_address:
            name: 'foo'
$ansible-playbook -i hosts -vvv firewall_address.yml

thanks,
Link

from ansible-galaxy-fortios-collection.

chillancezen avatar chillancezen commented on July 21, 2024

that collection is generated via FortiGate 6.4.1, mostly also applied to FortiGate 6.0.x and 6.2.x, please let me know if you really need a earlier version of collection and I will build one for you.

from ansible-galaxy-fortios-collection.

Lextum avatar Lextum commented on July 21, 2024

It's okay. I was able to install by hand and i will give it a try. I have some other problem a the moment, with the Fortimanager collection :) especially with the documentation.

from ansible-galaxy-fortios-collection.

chillancezen avatar chillancezen commented on July 21, 2024

It's okay. I was able to install by hand and i will give it a try. I have some other problem a the moment, with the Fortimanager collection :) especially with the documentation.

ok, thanks for using FortiOS and FortiManager,
if you have any issues, please help report them under https://github.com/fortinet-ansible-dev/ansible-galaxy-fortimanager-collection/issues

and the docs:https://ansible-galaxy-fortimanager-docs.readthedocs.io/en/latest/index.html

from ansible-galaxy-fortios-collection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.