Skip to content

Commit 4425f5c

Browse files
authored
Update automatetheautomation.md (#94)
Re-wording on line 9
1 parent 59af71b commit 4425f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/filetree_create/automatetheautomation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Configuration as code (referred to as CasC or CAC) and Infrastructure as Code (I
66

77
Configuration as code is about how your software components interact with each other. If you change a setting on your application or product, it can be built and tested earlier in the pipeline and released with a higher confidence.
88

9-
Now that some concepts are clear, let's summarize what the collection will do. Basically, the collection is compose by three ansible roles:
9+
Now that some concepts are clear, let's summarize what the collection will do. Basically, the collection is comprised of four ansible roles:
1010

1111
- **filetree_read**: An ansible role which reads variables from a hierarchical and scalable directory structure which is grouped based on the configuration code life-cycle. It could be used to run the role filetree_read to load variables followed by dispatch role to apply the configuration.
1212
- **filetree_create**: The role filetree_create is intended to be used as the first step to begin using the Configuration as Code on Ansible Tower or Ansible Automation Controller, when you already have a running instance of any of them. Obviously, you also could start to write your objects as code from scratch, but the idea behind the creation of that role is to simplify your lives and make that task a little bit easier.

0 commit comments

Comments
 (0)