Skip to content
View NomakCooper's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report NomakCooper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NomakCooper/README.md

Hi there 👋

RedHat Linux Oracle Linux Oracle Exadata Oracle Solaris HP UX HP service guard Veritas vcs Veritas sfha Vmware vsphere google compute engine ansible AWX GiLab

HTML CSS JS Python YAML

is it time? 🤔

---
  - name: Life Module
    hosts: localhost
    become: true
    become_method: sudo
  
  # global vars
    vars:
      name: 'Marco'
      alias: 'Nocchia'
      username: 'NomakCooper'
      country: 'Italy'
      role: 'Diagnostic Operator'
  
    # pre setup
    pre_tasks:
  
    - name: setup filter
      setup:
        filter:
        - 'number_coffees'
  
    tasks:
  
    - name: Check sleep
      fail:
        msg: sorry it's not time yet
      when: number_coffees|int < 1

Pinned Loading

  1. ansible/ansible ansible/ansible Public

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to clo…

    Python 63.9k 24k

  2. ansible ansible Public

    Forked from ansible/ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to clo…

    Python

  3. collection collection Public

    Custom Ansible Module Collection

    Python

  4. sar_facts sar_facts Public

    Collect system activity report (SAR) data for system performance monitoring by Ansible Module

    Python

  5. exa_facts exa_facts Public

    Ansible Custom Module exa_facts. Gathers facts about Oracle Exadata Machine by imageinfo, dmidecode, exadata.img.hw commands and databasemachine.xml file

    Python

  6. charts charts Public

    Ansible Custom Module write_charts. Generate charts in image format on the ansible control node.

    Python