---
- 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
-
ansible/ansible
ansible/ansible PublicAnsible 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…
-
ansible
ansible PublicForked 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
-
-
sar_facts
sar_facts PublicCollect system activity report (SAR) data for system performance monitoring by Ansible Module
Python
-
exa_facts
exa_facts PublicAnsible Custom Module exa_facts. Gathers facts about Oracle Exadata Machine by imageinfo, dmidecode, exadata.img.hw commands and databasemachine.xml file
Python
-
charts
charts PublicAnsible Custom Module write_charts. Generate charts in image format on the ansible control node.
Python
If the problem persists, check the GitHub status page or contact support.