From 04c3e14b0a2fae4af582197b66c17da714d527a1 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 31 Jan 2021 02:37:08 -0700 Subject: [PATCH] add gitlab steps to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5393565..24daae9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,15 @@ These are the general guidelines for creating and maintaining these repositories 5. Run `pre-commit install` - There is already a provided `.pre-commit-config.yaml` with some default settings. 6. (Optional) Remove everything starting at "Guidelines" in this README to reduce clutter. +## GitLab Steps + +1. Create a new project +2. Click "import project" +3. Click "Repo by URL" +4. Put in the URL: https://git.rockylinux.org/infrastructure/public/ansible/ansible-awx-template.git +5. Type in the project name as outlined in `Guidelines` above +6. Ensure your project URL and slug are appropriate + ## Designing Playbooks Generally, your playbooks should be doing the following: