Skip to content

Commit

Permalink
Explain new files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaweees committed Sep 1, 2023
1 parent 6b5300d commit 296514f
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,24 @@ See the [open issues](

```
. ansible/
├── .ssh - ssh configuration files
├── auth_codes - auth codes for various services
├── meta - metadata regarding this project for Ansible Galaxy
├── molecule - molecule tests
│ └── default
├── .ssh/ - ssh configuration files
├── auth_codes/ - auth codes for various services
├── meta/ - metadata regarding this project for Ansible Galaxy
├── molecule/ - molecule tests
│ └── default/ - default molecule scenario
│ ├── converge.yml - main ansible playbook
│ ├── molecule.yml - molecule configuration
│ └── verify.yml - molecule verification
├── tasks - various ansible tasks
├── tasks/ - various ansible tasks
├── vars/ - various ansible variables
├── .ansible-lint - ansible-lint configuration
├── .editorconfig - editorconfig configuration
├── .yamllint - yamllint configuration
├── Dockerfile - dockerfile for molecule tests
├── README.md - you are here
├── ansible-run - entry point that install ansible and runs the playbook
└── local.yml - ansible playbook to run locally
├── ansible-install - entry point that install ansible and runs the playbook
├── local.yml - ansible playbook to run locally
└── nvim.Dockerfile - dockerfile for neovim
```

<!-- LICENSE -->
Expand Down

0 comments on commit 296514f

Please sign in to comment.