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 ๐Ÿ‘‹

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:
        - 'wokeup_date_time'
        - 'sleep_hours'
        - 'number_coffees'
  
    tasks:
  
    # chek day
    - name: Check woke up time
      fail:
        msg: sorry it's too early!
      when: wokeup_date_time.hours|int < 12
  
    - name: Check sleep
      fail:
        msg: sorry it's not time yet
      when: sleep_hours|int < 8
  
    - name: Check coffee
      fail:
        msg: sorry but the first coffee is sacred
      when: number_coffees|int < 1
  
    - name: it's time
      debug:
        msg: "{{name}} is ready for a new day" 

Pinned Loading

  1. write_charts write_charts Public

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

    Python

  2. dladm_show_facts dladm_show_facts Public

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

    Python

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

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

  5. svcs_facts svcs_facts Public

    Ansible Custom Module svcs_facts. Gathers facts about Solaris SMF services on a SunOS/Oracle Solaris host by svcs

    Python 1

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