Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created February 25, 2022 14:51
Show Gist options
  • Select an option

  • Save amaurybsouza/bb2163718c73eccd1c72d7233b948a60 to your computer and use it in GitHub Desktop.

Select an option

Save amaurybsouza/bb2163718c73eccd1c72d7233b948a60 to your computer and use it in GitHub Desktop.
ansible_roles
$ tree roles/
roles/
└── gitlab_pipeline
├── defaults
│   └── main.yml
├── handlers
│   └── main.yml
├── meta
│   └── main.yml
├── README.md
├── tasks
│   └── main.yml
├── tests
│   ├── inventory
│   └── test.yml
└── vars
└── main.yml
7 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment