mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Support Virtuozzo Linux Host in hostname module (#25963)
This commit is contained in:
parent
e05eebcb50
commit
b12925fcdb
1 changed files with 7 additions and 0 deletions
|
@ -665,6 +665,13 @@ class OracleLinuxHostname(Hostname):
|
||||||
distribution = 'Oracle linux server'
|
distribution = 'Oracle linux server'
|
||||||
strategy_class = RedHatStrategy
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
|
|
||||||
|
class VirtuozzoLinuxHostname(Hostname):
|
||||||
|
platform = 'Linux'
|
||||||
|
distribution = 'Virtuozzo linux'
|
||||||
|
strategy_class = RedHatStrategy
|
||||||
|
|
||||||
|
|
||||||
class AmazonLinuxHostname(Hostname):
|
class AmazonLinuxHostname(Hostname):
|
||||||
platform = 'Linux'
|
platform = 'Linux'
|
||||||
distribution = 'Amazon'
|
distribution = 'Amazon'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue