Class: Ansible::Ruby::Modules::Pam_limits
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Pam_limits
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb
Instance Method Summary collapse
-
#backup ⇒ :yes, ...
Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered it incorrectly.
-
#comment ⇒ String?
Comment associated with the limit.
-
#dest ⇒ String?
Modify the limits.conf path.
-
#domain ⇒ String
A username, @groupname, wildcard, uid/gid range.
-
#limit_item ⇒ :core, ...
The limit to be set.
-
#limit_type ⇒ :hard, ...
Limit type, see C(man limits) for an explanation.
-
#use_max ⇒ :yes, ...
If set to C(yes), the maximal value will be used or conserved.
-
#use_min ⇒ :yes, ...
If set to C(yes), the minimal value will be used or conserved.
-
#value ⇒ String
The value of the limit.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#backup ⇒ :yes, ...
26 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 26 attribute :backup |
#comment ⇒ String?
42 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 42 attribute :comment |
#dest ⇒ String?
38 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 38 attribute :dest |
#domain ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 10 attribute :domain |
#limit_item ⇒ :core, ...
18 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 18 attribute :limit_item |
#limit_type ⇒ :hard, ...
14 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 14 attribute :limit_type |
#use_max ⇒ :yes, ...
34 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 34 attribute :use_max |
#use_min ⇒ :yes, ...
30 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 30 attribute :use_min |
#value ⇒ String
22 |
# File 'lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb', line 22 attribute :value |