mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Support Virtuozzo Linux Host in hostname module (#25963)
This commit is contained in:
@@ -665,6 +665,13 @@ class OracleLinuxHostname(Hostname):
|
||||
distribution = 'Oracle linux server'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
|
||||
class VirtuozzoLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Virtuozzo linux'
|
||||
strategy_class = RedHatStrategy
|
||||
|
||||
|
||||
class AmazonLinuxHostname(Hostname):
|
||||
platform = 'Linux'
|
||||
distribution = 'Amazon'
|
||||
|
||||
Reference in New Issue
Block a user