Class: Ansible::Ruby::Modules::Aix_inittab

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

Overview

Manages the inittab on AIX.

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

#action:boot, ...

Returns Action what the init has to do with this entry.

Returns:

  • (:boot, :bootwait, :hold, :initdefault, false, :once, :ondemand, :powerfail, :powerwait, :respawn, :sysinit, :wait)

    Action what the init has to do with this entry.



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

attribute :action

#commandString

Returns What command has to run.

Returns:

  • (String)

    What command has to run.



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

attribute :command

#insertafterString?

Returns After which inittabline should the new entry inserted.

Returns:

  • (String, nil)

    After which inittabline should the new entry inserted.



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

attribute :insertafter

#nameString

Returns Name of the inittab entry.

Returns:

  • (String)

    Name of the inittab entry.



12
# File 'lib/ansible/ruby/modules/generated/system/aix_inittab.rb', line 12

attribute :name

#runlevelInteger

Returns Runlevel of the entry.

Returns:

  • (Integer)

    Runlevel of the entry.



16
# File 'lib/ansible/ruby/modules/generated/system/aix_inittab.rb', line 16

attribute :runlevel

#state:absent, ...

Returns Whether the entry should be present or absent in the inittab file.

Returns:

  • (:absent, :present, nil)

    Whether the entry should be present or absent in the inittab file.



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

attribute :state