commit | 760229a72c08975dcea2032a5cbfeea39ef4ed4f | [log] [tgz] |
---|---|---|
author | Raphael Vicente Rosa <raphael@opennetworking.org> | Wed Mar 17 21:15:59 2021 -0300 |
committer | Raphael Vicente Rosa <raphael@opennetworking.org> | Thu Mar 18 15:06:28 2021 -0300 |
tree | 6ecf4b511ba3a4660fb5a3202ca41e6501f15652 | |
parent | e24fe95f73645d04275f37c8b300363608fe0d9b [diff] [blame] |
Adds initial usrp ansible role content Change-Id: I4e1e308aa7e9e2f6db04bc8a344b8a4f8f63c61a
diff --git a/defaults/main.yml b/defaults/main.yml new file mode 100644 index 0000000..c313f9c --- /dev/null +++ b/defaults/main.yml
@@ -0,0 +1,8 @@ +--- +# usrp defaults/main.yml +# +# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org> +# SPDX-License-Identifier: Apache-2.0 + +usrp_reboot: true +update_grub: true