Skip to content

Instantly share code, notes, and snippets.

@nlamirault
Created March 28, 2019 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nlamirault/21e9aa0bac061ee0afd79a8470115188 to your computer and use it in GitHub Desktop.
Save nlamirault/21e9aa0bac061ee0afd79a8470115188 to your computer and use it in GitHub Desktop.
$ molecule init role -d gce -r foobar
--> Initializing new role foobar...
Initialized role in /tmp/foobar successfully.
$ $ tree foobar/
Permissions Size User Date Modified Name
drwxr-xr-x - nicolas 28 Mar 14:55 foobar
.rw-r--r-- 296 nicolas 28 Mar 14:55 ├── .yamllint
drwxr-xr-x - nicolas 28 Mar 14:55 ├── defaults
.rw-r--r-- 31 nicolas 28 Mar 14:55 │ └── main.yml
drwxr-xr-x - nicolas 28 Mar 14:55 ├── handlers
.rw-r--r-- 31 nicolas 28 Mar 14:55 │ └── main.yml
drwxr-xr-x - nicolas 28 Mar 14:55 ├── meta
.rw-r--r-- 1.7Ki nicolas 28 Mar 14:55 │ └── main.yml
drwxr-xr-x - nicolas 28 Mar 14:55 ├── molecule
drwxr-xr-x - nicolas 28 Mar 14:55 │ └── default
.rw-r--r-- 2.3Ki nicolas 28 Mar 14:55 │ ├── create.yml
.rw-r--r-- 1.2Ki nicolas 28 Mar 14:55 │ ├── destroy.yml
.rw-r--r-- 215 nicolas 28 Mar 14:55 │ ├── INSTALL.rst
.rw-r--r-- 311 nicolas 28 Mar 14:55 │ ├── molecule.yml
.rw-r--r-- 62 nicolas 28 Mar 14:55 │ ├── playbook.yml
.rw-r--r-- 252 nicolas 28 Mar 14:55 │ ├── prepare.yml
drwxr-xr-x - nicolas 28 Mar 14:55 │ └── tests
drwxr-xr-x - nicolas 28 Mar 14:55 │ ├── __pycache__
.rw-r--r-- 716 nicolas 28 Mar 14:55 │ │ └── test_default.cpython-37.pyc
.rw-r--r-- 313 nicolas 28 Mar 14:55 │ └── test_default.py
.rw-r--r-- 1.3Ki nicolas 28 Mar 14:55 ├── README.md
drwxr-xr-x - nicolas 28 Mar 14:55 ├── tasks
.rw-r--r-- 28 nicolas 28 Mar 14:55 │ └── main.yml
drwxr-xr-x - nicolas 28 Mar 14:55 └── vars
.rw-r--r-- 27 nicolas 28 Mar 14:55 └── main.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment