Coder Social home page Coder Social logo

Comments (3)

chillancezen avatar chillancezen commented on June 22, 2024

hi @lvrfrc87 ,

I can not reproduce your issue, the following playbook works find for my testbed(6.4.0):
please run the playbook with FortiOS Galaxy Collection : https://ansible-galaxy-fortios-docs.readthedocs.io/en/latest/install.html

$cat hosts
[fortigates]
fortigate01 ansible_host=192.168.190.137 ansible_user="admin" ansible_password="<your own password>"

[fortigates:vars]
ansible_network_os=fortinet.fortios.fortios
$cat interface_vlan.yml
- hosts: fortigate01
  connection: httpapi
  collections:
  - fortinet.fortios
  vars:
   vdom: "root"
   ansible_httpapi_use_ssl: yes
   ansible_httpapi_validate_certs: no
   ansible_httpapi_port: 443
  tasks:
   - name: Create a VLAN subinterface
     fortios_system_interface:
        vdom:  "{{ vdom }}"
        state: "present"
        system_interface:
            interface: 'port1'
            name: 'vlanport01'
            alias: 'vlanport01'
            type: 'vlan'
            vlanid: 100
            vdom: 'root'
            ip: '10.76.101.26 255.255.255.248'
            allowaccess: 'ping'

then run it: $ansible-playbook -i hosts -vvv interface_vlan.yml

for further debug, could you login to FortiGate shell and turn on debugging options by entering:

diagnose debug enable
diagnose debug cli 8
diagnose debug application httpsd -1

and share the output after running your playbook ?

btw, I see you gave the values for the two options, could you try other values for them?

interface: 'ag1_int'
vdom: 'RED'

thanks,
LIn

from ansible-galaxy-fortios-collection.

lvrfrc87 avatar lvrfrc87 commented on June 22, 2024

Hi @chillancezen

I will give a try and let you know. Is there any chance we can have a more meaningful error message

from ansible-galaxy-fortios-collection.

lvrfrc87 avatar lvrfrc87 commented on June 22, 2024

I will raise this with Fortigate support. Thanks for your help anyway

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.