summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-node/network_manager.yml
Commit message (Collapse)AuthorAgeFilesLines
* Standardize use of byo and common for network_manager.ymlRussell Teague2017-04-121-40/+2
|
* Adding names to plays and standardizingRussell Teague2017-01-271-2/+6
|
* Standardize add_host: with name and changed_whenRussell Teague2017-01-251-2/+4
| | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
* YAML LintingRussell Teague2016-12-121-19/+19
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Added a BYO playbook for configuring NetworkManager on nodesSteve Kuznetsov2016-11-221-0/+36
In order to do a full install of OpenShfit using the byo/config.yml playbook, it is currently required that NetworkManager be installed and configured on the nodes prior to the installation. This playbook introduces a very simple default configuration that can be used to install, configure and enable NetworkManager on their nodes. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>