You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ By providing a comprehensive and hands-on experience in Infrastructure as Code (
26
26
**The `ansible-vault-pass` is `BVSTACK`. This is for the sake of simplicity and sample, make sure you use a strong password for your ansible vault encrypted files.**
27
27
28
28
## TO-DO
29
-
> [!NOTE]
30
29
> Terraform ....
31
30
31
+
> NOTE
32
32
> Implement all of the provisioners inside provision Directory and Ansible Role
33
33
34
34
-[ ] Add a **Vagrantfile** to provision a VM using the **Vagrant** provider of your choice based on [ specs ](./provision/specs.txt) with `Terraform`.
@@ -45,12 +45,10 @@ By providing a comprehensive and hands-on experience in Infrastructure as Code (
45
45
-[ ] Enchance `Terraform Output` values for both Boundary and Vault
46
46
-[ ] Implement `Policy as Code (PaC)` to validate `Terraform` policies.
47
47
48
-
> [!NOTE]
49
48
> Packer ...
50
49
51
50
-[ ] Add Packer custom image template for VMware Vsphere using [ specs ](./provision/specs.txt).
52
51
53
-
> [!NOTE]
54
52
> Ansible ...
55
53
56
54
-[ ] Install and configure `Terraform` on the **control node** (`prepare_env` role).
@@ -65,12 +63,10 @@ By providing a comprehensive and hands-on experience in Infrastructure as Code (
65
63
-[ ] Implement Ansible `Molecule` case scenarios to test different aspects of your roles.
66
64
-[ ] When handling Provisions with `Ansible`, Choose which Provider to provision Based on a User-Defined or Environment variable.
67
65
68
-
> [!NOTE]
69
66
> CI/CD ....
70
67
71
68
-[ ] Implement automated testing using GitHub actions for pull requests.
72
69
73
-
> [!NOTE]
74
70
> Shell Scripting ...
75
71
76
72
-[ ] Write a `Custom Logger` function and use it throughout all shell scripts for better error handling and logging (`log` directory).
@@ -82,4 +78,5 @@ By providing a comprehensive and hands-on experience in Infrastructure as Code (
82
78
## Contribution
83
79
all types of contribution is welcomed, read [`Contribution.md`](./Contributing.md) for more information.
0 commit comments