Coder Social home page Coder Social logo

Comments (4)

JieX19 avatar JieX19 commented on July 21, 2024

Hi @shariaty59

TypeError: 'NoneType' object has no attribute 'getitem'\n" usually means it tries to read a parameter but not found.

You missed a key variable: state.

Example as below:

tasks:
  - name: Configure Phase1 Interface
    fortios_vpn_ipsec_phase1_interface:
      state: "present"
      vdom:  "{{ vdom }}"
      vpn_ipsec_phase1_interface:
        interface: 'port1'

from ansible-galaxy-fortios-collection.

shariaty59 avatar shariaty59 commented on July 21, 2024

worked like a charm :) one last question, Do you know a way I pass the user name and password when I run it each time? instead of having it in the hosts file.

from ansible-galaxy-fortios-collection.

JieX19 avatar JieX19 commented on July 21, 2024

@shariaty59,

Yes, you can pass the params ansible_user and ansible_password as below:

- hosts: fortigates
  connection: httpapi
  collections:
    - fortinet.fortios
  vars:
    vdom: "root"
    ansible_httpapi_use_ssl: yes
    ansible_httpapi_validate_certs: no
    ansible_httpapi_port: 443
    ansible_user: "admin"
    ansible_password: "123"
  tasks:
  - name: Configure Phase1 Interface

The hosts file should be like this:

[fortigates]
fortigate01 ansible_host=10.160.21.160

[fortigates:vars]
ansible_network_os=fortinet.fortios.fortios

from ansible-galaxy-fortios-collection.

shariaty59 avatar shariaty59 commented on July 21, 2024

Thank you so much

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.