Giter Site home page Giter Site logo

devops-resumes's People

Contributors

qualitythought-devops avatar

Watchers

 avatar  avatar  avatar  avatar

devops-resumes's Issues

getting the error message while executing the below code(Lamp server installation).

while executing the below code i'm getting the error message. which i was mentioned last..

  • hosts: all
    become: yes
    tasks:
    • name: fail this playbook on Centos falvours
      fail:
      msg: 'this playbook is developed only for ubuntu_flavour'
      when: ansible_distribution != 'ubuntu'
    • name: Install and update apahe2
      apt:
      name: apache2
      update_cache: yes
      State: present
    • name: install php module
      apt:
      name: "{{ item }}"
      state: present
      loop:
      • php
      • libapache2-mod-php
      • php-mysql
      • php-cli
    • name: restart and enable apache2
      service:
      name: apache2
      enabled: yes
      state: restarted

and Inventory file as :
[webservers]
172.31.34.111
172.31.46.39

Error Message:

fatal: [172.31.34.111]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (apt) module: State Supported parameters include: allow_unauthenticated, autoclean, autoremove, cache_valid_time, deb, default_release, dpkg_options, force, force_apt_get, install_recommends, only_upgrade, package, policy_rc_d, purge, state, update_cache, upgrade"}

fatal: [172.31.46.39]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (apt) module: State Supported parameters include: allow_unauthenticated, autoclean, autoremove, cache_valid_time, deb, default_release, dpkg_options, force, force_apt_get, install_recommends, only_upgrade, package, policy_rc_d, purge, state, update_cache, upgrade"}

Any one can respond as soon as possible, that could be really helpful for me.

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.