Shinichi TAMURA
5fbb0de36f
Allow value to be bool where 'yes'/'no' are in choices ( #2593 )
...
* Changed type of 'details' argument to bool on ecs_service_facts module.
* Changed type of 'autostart' argument to bool on virt_* modules.
* Changed types of 'autoconnect' and 'stp' argument to bool on nmcli module.
('create_connection_bridge(self)' and 'modify_connection_bridge(self)' are not implemented yet?)
* Added conversion of 'value' argument when 'vtype' is boolean on debconf module.
2016-08-17 07:32:49 -07:00
Orion Poplawski
14a0b7b9b7
Fix gw4/gw6 typo ( #1841 )
2016-05-20 08:46:52 -04:00
Ashley Penney
25262c2238
Fix package list for nmcli module.
...
There was a missing package that causes this to fail.
2016-01-26 13:38:44 -05:00
Ashley Penney
f5bfc4f9e9
Change example to include ethernet as the type.
2016-01-26 11:18:43 -05:00
Brian Coca
3564c48f3c
switched to use module loggigng
2015-10-01 00:29:57 -04:00
Greg DeKoenigsberg
dc519fb848
Add author data
2015-06-16 12:30:47 -04:00
Brian Coca
0c6e5b9eb4
fixed doc issues
2015-06-16 11:33:17 -04:00
Chris Long
389c40033b
Fixed descriptions to all be lists
...
replaced enabled with autoconnect - refactored code to reflect update.
removed ansible syslog entry.
2015-06-16 11:33:11 -04:00
Chris Long
2856116162
Updated as per bcoca's comments:
...
removed 'default' in state:
removed defunct action:
removed reference to load_platform_subclass
changed cname to conn_name
2015-06-16 11:33:10 -04:00
Chris Long
3b44082dd6
Initial commit of nmcli: NetworkManager module. Currently supports:
...
Create, modify, remove of -
team, team-slave, bond, bond-slave, ethernet
TODO:
vlan, bridge, wireless related connections.
2015-06-16 11:33:10 -04:00