self.parser.add_option('-p','--init-path',dest='init_path',default="./",help='The path in which the skeleton role will be created. The default is the current working directory.')
self.parser.add_option('-i','--ignore-errors',dest='ignore_errors',action='store_true',default=False,help='Ignore errors and continue with the next specified role.')
@ -188,34 +191,6 @@ class GalaxyCLI(CLI):
"however it will reset any main.yml files that may have\n"
- An existing Ansible Container project. To create a project, simply run the following:
```
# Create an empty project directory
$ mkdir myproject
# Set the working directory to the new directory
$ cd myproject
# Initialize the project
$ ansible-contiainer init
```
- Continue listing any prerequisites here...
## Role Variables
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set
via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
## Dependencies
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
## License
BSD
## Author Information
An optional section for the role authors to include contact information, or a website (HTML is not allowed).