Git Product home page Git Product logo

ansible-cisco-asa's Introduction

Project abandoned

As I wrote on the Rasa repo this project has been abandoned, this code is only left as reference.

About

Repo containing Ansible modules for Cisco ASA using the REST API which appeared in ASA 9.3.

Over at Networklore there's more information about the Ansible modules for Cisco ASA.

Dependencies

These modules requires:

  • rasa 0.0.5 or later
  • An ASA firewall running 9.3 or later

Current modules

  • cisco_asa_ikev1_policy
  • cisco_asa_network_object
  • cisco_asa_network_objectgroup
  • cisco_asa_write_mem

Known issues

  • Changing service object types doesn't work. I.e. changing an "object service" from tcp/udp/icmp to a network protocol.

Feedback

If you have any questions or feedback. Please send me a note over at my blog or submit an issue here at Github.

ansible-cisco-asa's People

Contributors

ogenstad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-cisco-asa's Issues

playbook issue?

Hello:

I have some problem with playbook, and really appreciate your help. I have following ansbile and python version.
[root@62ed12163d78 /]# ansible --version
ansible 2.3.1.0
config file =
configured module search path = Default w/o overrides
python version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]

following playbook

  • name: test
    hosts: labfw
    connection: local
    gather_facts: no

    tasks:

    • name: Save the configuration
      cisco_asa_write_mem:
      host={{ inventory_hostname }}
      username=admin
      password=xxxxxx
      validate_certs=no

Error as following
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.

The error appears to have been in '/work/ASA/fwwrimem3.yaml': line 8, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

tasks:
- name: Save the configuration
^ here

The error appears to have been in '/work/ASA/fwwrimem3.yaml': line 8, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

tasks:
- name: Save the configuration
^ here

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.