...
Code Block | ||||
---|---|---|---|---|
| ||||
root@hpc-admin # git clone https://github.com/BaptisteGerondeau/ans_setup_jenkins.git && cd ans_setup_jenkins // Do put the secret files in the right place, see the README.md : pending upload to private repo root@hpc-admin # ansible-playbook configure-jenkins.yml -vvv -u root |
...
Code Block | ||||
---|---|---|---|---|
| ||||
root@hpc-admin # git clone https://github.com/niedbalski/infra-automation.git && cd infra_automation/ansible
// Do put the secret files in the right place : pending upload to private repo
root@hpc-admin # ansible-playbook playbooks/infra-server.yml -vvv -u root |
...