This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 
                    ansible:ansible_sandbox_example [2023/09/22 16:48] manu created  | 
                
                    ansible:ansible_sandbox_example [2023/09/22 16:59] (current) manu  | 
            ||
|---|---|---|---|
| Line 38: | Line 38: | ||
| </code> | </code> | ||
| + | Vault files are | ||
| + | <code> | ||
| + | ansagent@ansserver:/home/ansagent$ tree group_vars | ||
| + | group_vars | ||
| + | ├── redhat.yml | ||
| + | ├── root_RedHat.yml | ||
| + | ├── root_Ubuntu.yml | ||
| + | ├── ubuntu.yml | ||
| + | ├── windowsLocal.yml | ||
| + | ├── windowsServer.yml | ||
| + | └── windows.yml | ||
| + | </code> | ||
| + | |||
| + | |||
| + | <code> | ||
| + | ansagent@ansserver:/home/ansagent$ cat inventory | ||
| + | group_vars | ||
| + | ├── redhat.yml | ||
| + | ├── root_RedHat.yml | ||
| + | ├── root_Ubuntu.yml | ||
| + | ├── ubuntu.yml | ||
| + | ├── windowsLocal.yml | ||
| + | ├── windowsServer.yml | ||
| + | └── windows.yml | ||
| + | </code> | ||