Commit Graph

10 Commits (a3860ecf1e87a1bf2e3f6c78f1516c8ef6caaca7)

Author SHA1 Message Date
Shinichi TAMURA a3860ecf1e 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.
9 years ago
Orion Poplawski 70384d72e6 Fix gw4/gw6 typo (#1841) 9 years ago
Ashley Penney 48c075d363 Fix package list for nmcli module.
There was a missing package that causes this to fail.
9 years ago
Ashley Penney 58aa9d38b8 Change example to include ethernet as the type. 9 years ago
Brian Coca ae84177514 switched to use module loggigng 9 years ago
Greg DeKoenigsberg 313352c845 Add author data 9 years ago
Brian Coca 50bf780709 fixed doc issues 9 years ago
Chris Long dab27eb089 Fixed descriptions to all be lists replaced enabled with autoconnect - refactored code to reflect update. removed ansible syslog entry. 9 years ago
Chris Long 2f9ad910af Updated as per bcoca's comments: removed 'default' in state: removed defunct action: removed reference to load_platform_subclass changed cname to conn_name 9 years ago
Chris Long 367b0e7dc8 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. 9 years ago