Skip to content

Commit bfa7467

Browse files
authored
Merge pull request #104 from ericcames/ericames/productdemo
updating the documentation
2 parents 7500b16 + eec6026 commit bfa7467

7 files changed

Lines changed: 11 additions & 12 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Executive Summary
44

5-
This project is an Ansible-based "Infrastructure as Code" (IaC) repository. It is designed to be used with the Ansible Automation Platform to set up and manage demo environments on the Red Hat Demo Platform.
5+
This project is an Ansible-based "Configuration as Code" (CaC) repository. It is designed to be used with the Ansible Automation Platform to set up and manage demo environments on the Red Hat Demo Platform.
66

77
## Technology Stack
88

@@ -12,7 +12,7 @@ This project is an Ansible-based "Infrastructure as Code" (IaC) repository. It i
1212

1313
## Architecture Pattern
1414

15-
The project follows an **Infrastructure as Code (IaC)** pattern. All infrastructure and configuration is defined in code and managed through Ansible playbooks.
15+
The project follows an **Configuration as Code (CaC)** pattern. All configuration is defined in code and managed through Ansible playbooks.
1616

1717
## Source Tree
1818

docs/index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## Project Overview
44

55
- **Type:** monolith
6-
- **Primary Language:** Not specified
7-
- **Architecture:** Infrastructure as Code (IaC)
6+
- **Primary Language:** yaml
7+
- **Architecture:** Configuration as Code (CaC)
88

99
### Quick Reference
1010

1111
- **Tech Stack:** Ansible
1212
- **Entry Point:** playbooks/main.yml
13-
- **Architecture Pattern:** Infrastructure as Code (IaC)
13+
- **Architecture Pattern:** Configuration as Code (CaC)
1414

1515
### Generated Documentation
1616

@@ -26,11 +26,10 @@
2626

2727
### Existing Documentation
2828

29-
- [README.md](/Users/tony/workspace/aap.as.code/README.md)
30-
- [doc/README.md](/Users/tony/workspace/aap.as.code/doc/README.md)
31-
- [doc/AAP_Servicenow.pdf](/Users/tony/workspace/aap.as.code/doc/AAP_Servicenow.pdf)
32-
- [doc/Conscience of an Automator Eric Ames.pdf](/Users/tony/workspace/aap.as.code/doc/Conscience of an Automator Eric Ames.pdf)
33-
- [doc/ServiceNow_EventDriven_Ansible_integration.pdf](/Users/tony/workspace/aap.as.code/doc/ServiceNow_EventDriven_Ansible_integration.pdf)
29+
- [README.md](README.md)
30+
- [AAP_Servicenow.pdf](AAP_Servicenow.pdf)
31+
- [Conscience of an Automator Eric Ames.pdf](./Conscience%20of%20an%20Automator%20Eric%20Ames.pdf)
32+
- [ServiceNow_EventDriven_Ansible_integration.pdf](./ServiceNow_EventDriven_Ansible_integration.pdf)
3433

3534
### Getting Started
3635

docs/project-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aap.as.code
66

77
## Executive Summary
88

9-
This project is an Ansible-based "Infrastructure as Code" (IaC) repository. It is designed to be used with the Ansible Automation Platform to set up and manage demo environments on the Red Hat Demo Platform.
9+
This project is an Ansible-based "Configuration as Code" (CaC) repository. It is designed to be used with the Ansible Automation Platform to set up and manage demo environments on the Red Hat Demo Platform.
1010

1111
## Technology Stack
1212

@@ -16,7 +16,7 @@ This project is an Ansible-based "Infrastructure as Code" (IaC) repository. It i
1616

1717
## Architecture
1818

19-
The project follows an **Infrastructure as Code (IaC)** pattern. All infrastructure and configuration is defined in code and managed through Ansible playbooks.
19+
The project follows an **Configuration as Code (CaC)** pattern. All infrastructure and configuration is defined in code and managed through Ansible playbooks.
2020

2121
## Repository Structure
2222

0 commit comments

Comments
 (0)