mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
* Skel for network role (#37241) Skel and boilerplate for network role. * Add network option as valid type
This commit is contained in:
parent
c2a063a5c0
commit
cb53b717a4
18 changed files with 523 additions and 1 deletions
|
@ -82,7 +82,7 @@ class GalaxyCLI(CLI):
|
|||
self.parser.add_option('--init-path', dest='init_path', default="./",
|
||||
help='The path in which the skeleton role will be created. The default is the current working directory.')
|
||||
self.parser.add_option('--type', dest='role_type', action='store', default='default',
|
||||
help="Initialize using an alternate role type. Valid types include: 'container', and 'apb'.")
|
||||
help="Initialize using an alternate role type. Valid types include: 'container', 'apb' and 'network'.")
|
||||
self.parser.add_option('--role-skeleton', dest='role_skeleton', default=C.GALAXY_ROLE_SKELETON,
|
||||
help='The path to a role skeleton that the new role should be based upon.')
|
||||
elif self.action == "install":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue