Class: Ansible::Ruby::Modules::At

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/system/at.rb

Overview

Use this module to schedule a command or script file to run once in the future. All jobs are executed in the ‘a’ queue.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#commandString?



13
# File 'lib/ansible/ruby/modules/generated/system/at.rb', line 13

attribute :command

#countInteger



20
# File 'lib/ansible/ruby/modules/generated/system/at.rb', line 20

attribute :count

#script_fileObject?



17
# File 'lib/ansible/ruby/modules/generated/system/at.rb', line 17

attribute :script_file

#state:absent, ...



28
# File 'lib/ansible/ruby/modules/generated/system/at.rb', line 28

attribute :state

#unique:yes, ...



32
# File 'lib/ansible/ruby/modules/generated/system/at.rb', line 32

attribute :unique

#units:minutes, ...



24
# File 'lib/ansible/ruby/modules/generated/system/at.rb', line 24

attribute :units