- Feb 01, 2019
-
-
John-Paul Robinson authored
-
- Jan 30, 2019
-
-
Bo-Chun Chen authored
In order to get newer ansible for rhsm_repository module to work need to enable epel repo before install ansible.
-
- Jan 08, 2019
-
-
John-Paul Robinson authored
Move insert_key directive before VM create to avoid custom key create Add comments motivating the config choices for ssh config steps Expand user key authz logic to append key rather than just replace all existing keys in vagrant user authorized_keys file.
-
- Jan 07, 2019
-
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
Set insert_key to false, prevent vagrant from generating new key then set our own ssh private key to be used, first priority finally, copy our own ssh public key into vm as authorized key
-
- Jan 04, 2019
-
-
Bo-Chun Chen authored
'Dont run bootstrap as root' problem while running eb install ansible task Simply put -b option(become) to let ansible run the bootstrap script as build user
-
- Sep 28, 2018
-
-
John-Paul Robinson authored
We need to be able to test both http and https configurations since https with be the default for ood (http is only for dev). Also remove the unused host rename config.
-
John-Paul Robinson authored
This is needed so that the ansible playbook is correctly selected based on hostname.
-
John-Paul Robinson authored
Chose high number IP address to avoid DHCP address conflict with warewulf. This range should be marked off eventually. The existing ansible line works for both ohpc and ood based on the hostname and role configuration.
-
- Sep 19, 2018
-
-
John-Paul Robinson authored
-