-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BBL-445 | user-guide base-configuration + base-workflow improved
- Loading branch information
1 parent
a81384e
commit 63fb9ac
Showing
7 changed files
with
423 additions
and
105 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
docs/user-guide/base-configuration/repo-le-tf-infra-aws-tf-state.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Workflow | ||
|
||
### Makefile | ||
- We rely on `Makefiles` as a wrapper to run terraform commands that consistently use the same config files. | ||
- You are encouraged to inspect those Makefiles to understand what's going on. | ||
!!! info "Makefile" | ||
- We rely on `Makefiles` as a wrapper to run terraform commands that consistently use the same config files. | ||
- You are encouraged to inspect those Makefiles to understand what's going on. | ||
|
||
### Ansible | ||
1. Get into the folder that you need to work with (e.g. `ansible-playbook-vpn-pritunl`) | ||
2. Run `make init` to get all the necessary Ansible roles based on each `requirements.yml` | ||
3. Run `init-ansible-py` (if necessary) | ||
4. Make whatever changes you need to make as stated in each Playbook Documentation (check Documentation section above) | ||
5. Run `make check` if you only mean to preview those changes | ||
6. Run `make apply` if you want to apply those changes | ||
!!! example "![leverage-ansible](../../assets/images/logos/ansible.png "Leverage"){: style="width:20px"} [Ansible Infra](https://github.com/binbashar/le-ansible-infra)" | ||
1. Get into the folder that you need to work with (e.g. `ansible-playbook-vpn-pritunl`) | ||
2. Run `make init` to get all the necessary Ansible roles based on each `requirements.yml` | ||
3. Run `init-ansible-py` (if necessary) | ||
4. Make whatever changes you need to make as stated in each Playbook Documentation (check Documentation section above) | ||
5. Run `make check` if you only mean to preview those changes | ||
6. Run `make apply` if you want to apply those changes |
Oops, something went wrong.