An open API service indexing awesome lists of open source software.

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

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