Basic configuration with docker
Signed-off-by: Yohann D'ANELLO <ynerant@ynerant.fr>
This commit is contained in:
parent
35c62d906b
commit
527e776d62
1
base.yml
1
base.yml
@ -4,3 +4,4 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- baseconfig
|
- baseconfig
|
||||||
|
- docker
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
- apt # better than apt-get
|
- apt # better than apt-get
|
||||||
- aptitude # nice to have for Ansible
|
- aptitude # nice to have for Ansible
|
||||||
- bash-completion # because bash
|
- bash-completion # because bash
|
||||||
- curl # better than wget
|
- curl # better than wget
|
||||||
- git # code versioning
|
- git # code versioning
|
||||||
- htop # better than top
|
- htop # better than top
|
||||||
- less # i like cats
|
- less # i like cats
|
||||||
- sudo # i am god
|
- sudo # i am god
|
||||||
- tmux # better than screen
|
- tmux # better than screen
|
||||||
- tree # create a graphical tree of files
|
- tree # create a graphical tree of files
|
||||||
- vim # better than nano
|
- vim # better than nano
|
||||||
- molly-guard # prevent reboot
|
- molly-guard # prevent reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user