Class: Ansible::Ruby::Modules::Bigip_device_sshd
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_device_sshd
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_device_sshd.rb
Overview
Manage the SSHD settings of a BIG-IP.
Instance Method Summary collapse
-
#allow ⇒ Object?
Specifies, if you have enabled SSH access, the IP address or address range for other systems that can use SSH to communicate with this system.,To specify all addresses, use the value C(all).,IP address can be specified, such as 172.27.1.10.,IP rangees can be specified, such as 172.27.. or 172.27.0.0/255.255.0.0.
-
#banner ⇒ :enabled, ...
Whether to enable the banner or not.
-
#banner_text ⇒ String?
Specifies the text to include on the pre-login banner that displays when a user attempts to login to the system using SSH.
-
#inactivity_timeout ⇒ Object?
Specifies the number of seconds before inactivity causes an SSH session to log out.
-
#log_level ⇒ :debug, ...
Specifies the minimum SSHD message level to include in the system log.
-
#login ⇒ :enabled, ...
Specifies, when checked C(enabled), that the system accepts SSH communications.
-
#port ⇒ Integer?
Port that you want the SSH daemon to run on.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#allow ⇒ Object?
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_sshd.rb', line 12 attribute :allow |
#banner ⇒ :enabled, ...
15 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_sshd.rb', line 15 attribute :banner |
#banner_text ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_sshd.rb', line 19 attribute :banner_text |
#inactivity_timeout ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_sshd.rb', line 23 attribute :inactivity_timeout |
#log_level ⇒ :debug, ...
26 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_sshd.rb', line 26 attribute :log_level |
#login ⇒ :enabled, ...
30 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_sshd.rb', line 30 attribute :login |
#port ⇒ Integer?
34 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_sshd.rb', line 34 attribute :port |