Compare commits
No commits in common. "2f9c04c49f099b74d491d0650d7d159fb50a14ab" and "56c7b95bb53d008cf3235be4306507b97dbd2a63" have entirely different histories.
2f9c04c49f
...
56c7b95bb5
3 changed files with 8 additions and 11 deletions
|
@ -41,8 +41,7 @@ Example Playbook
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- BSD-3-Clause
|
MIT
|
||||||
- MIT
|
|
||||||
|
|
||||||
Author Information
|
Author Information
|
||||||
------------------
|
------------------
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: jotbe
|
author: your name
|
||||||
description: Common packages and configuration
|
description: your description
|
||||||
company: ""
|
company: your company (optional)
|
||||||
|
|
||||||
# If the issue tracker for your role is not on github, uncomment the
|
# If the issue tracker for your role is not on github, uncomment the
|
||||||
# next line and provide a value
|
# next line and provide a value
|
||||||
|
@ -14,9 +14,7 @@ galaxy_info:
|
||||||
# - GPL-3.0-only
|
# - GPL-3.0-only
|
||||||
# - Apache-2.0
|
# - Apache-2.0
|
||||||
# - CC-BY-4.0
|
# - CC-BY-4.0
|
||||||
license:
|
license: license (GPL-2.0-or-later, MIT, etc)
|
||||||
- BSD-3-Clause
|
|
||||||
- MIT
|
|
||||||
|
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: 2.4
|
||||||
|
|
||||||
|
|
|
@ -46,9 +46,9 @@
|
||||||
#update_cache: yes
|
#update_cache: yes
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- python3-pip
|
- python-pip
|
||||||
- python3-setuptools
|
- python-setuptools
|
||||||
- python3-virtualenv
|
- python-virtualenv
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- htop
|
- htop
|
||||||
- tmux
|
- tmux
|
||||||
|
|
Loading…
Add table
Reference in a new issue