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

last post: ✍️

reddit

ansible-forum

open issue: ⚠️

open PR: 📌

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. 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

  2. write_charts write_charts Public

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

    Python

  3. dladm_show_facts dladm_show_facts Public

    Ansible Custom Module dladm_show_facts. Gathers facts about Solaris dladm show attributes on Solaris 11.

    Python

  4. pkginfo_facts pkginfo_facts Public

    Ansible Custom Module pkginfo_facts. Gathers facts about Solaris pkg info attributes for a specific pkg by "pkginfo" on Solaris 10 and "pkg info" on Solaris 11.

    Python

  5. zoneadm_facts zoneadm_facts Public

    Ansible Custom Module zoneadm_facts. Gathers facts about configured local zone on a SunOS/Oracle Solaris global zone by zoneadm

    Python 1

  6. svcs_attr_facts svcs_attr_facts Public

    Ansible Custom Module svcs_attr_facts. athers facts about Solaris SMF attribute for a specific services by svcs.

    Python 1