Control repository example

If we use everything in the control repository as designed in the previous examples, a single branch of our control repository will look as follows:

$ tree control-repo
control-repo
├── data
│ ├── common.yaml
│ ├── development.yaml
│ ├── nodes
│ │ ├── server1.ourcompany.net.yaml
│ │ └── server2.ourcompany.net.yaml
│ ├── preprod.yaml
│ ├── production.yaml
│ └── staging.yaml
├── environment.conf
├── hiera.yaml
├── manifests
│ └── site.pp
└── site
├── profile
│ └── manifests
│ └── application.pp
└── role
└── manifests
└── webserver.pp
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.143.181