https://github.com/eradical/ansible-devfest201911-demo
Ansible DevFest201911 Demo
https://github.com/eradical/ansible-devfest201911-demo
Last synced: 10 months ago
JSON representation
Ansible DevFest201911 Demo
- Host: GitHub
- URL: https://github.com/eradical/ansible-devfest201911-demo
- Owner: eRadical
- License: gpl-3.0
- Created: 2019-11-16T22:22:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T22:26:48.000Z (over 6 years ago)
- Last Synced: 2025-01-11T12:46:02.868Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Requirements:
- an alias email to be used for sending emails (Ex.: gitlab@example.com) must exists prior to running the playbook,
- A user for LDAP search must exist already (this playbook uses "gitlab-connect"), see [envs/group_vars/all/gitlab.yaml#L41]
## Getting the code:
- Clone the repo on a machine:
git clone --progress -vv --recurse-submodules -j8 «REPO-URL»
- Add a (new) submodule:
git submodule add git@github.com:username/repo.git path/for/submodule
- Initialize and update a submodule
git submodule init --recursive
git submodule update --init --recursive