8 Commits

Author SHA1 Message Date
Pierre Riteau
4bd6dfecba Remove documentation and use of dell_switch_delegate_to
The dell_switch_delegate_to parameter was removed from the dell-switch
role in commit da75d6b734fa0451738993d4d6c9beab9b4640b2.

Change-Id: Ia70d48d417d68140ea9e3abd1409c6b0945e638c
2018-12-19 13:05:01 +01:00
Pierre Riteau
c7743aa615 Fix physical network configuration on Dell switches
The dellos Ansible modules do not accept a `transport` key in the
provider parameter anymore, even in Ansible 2.4.0.

Change-Id: I4bdaa337cb9c6cb93f36338a191a9aa78e2c13f0
Story: 2004588
Task: 28464
2018-12-13 15:40:43 +00:00
Mark Goddard
ca284aea06 Fix ansible warnings for when clauses with curly braces 2017-10-20 12:14:35 +01:00
Mark Goddard
da75d6b734 Use local_action instead of delegate_to in switch config tasks
As of ansible 2.3, it is no longer possible to use delegate_to with a host other
than localhost. Use of a jump host can be enabled via setting ProxyCommand in
ansible_ssh_common_args as for other hosts.
2017-10-12 10:49:13 +00:00
Mark Goddard
5c1d05bdfa Update README for dell-switch role. 2017-03-28 16:20:50 +01:00
Mark Goddard
d1a87c0e9a Add README files for dell-switch and dell-switch-bmp roles 2017-03-28 16:11:39 +01:00
Mark Goddard
c1dd865b4e Dell switch: Add spaces before interface config to ensure correct match 2017-03-24 16:14:48 +00:00
Mark Goddard
17ce724fa4 Move Dell switch configuration to a dell-switch role
This encapsulates the differences between switch OS modules. Also add support
for global switch configuration.
2017-03-24 15:11:32 +00:00