Skip to content

Commit

Permalink
Added tmux to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Feb 8, 2016
1 parent 4c0e96e commit 01554e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lonix.yml
@@ -1,6 +1,6 @@
---
# ansible-playbook main.yml -i hosts --tags docker_apps -K
# | the binary | this.file | -i targets | *optional --tags | -K asks for sudo pass
# the binary | this.file | -i targets | *optional --tags | -K asks for sudo pass

- hosts: all
sudo: true
Expand Down
7 changes: 4 additions & 3 deletions main.yml
@@ -1,11 +1,12 @@
---
# This playbook sets up epsilon from scratch
# ansible-playbook main.yml -i hosts --tags docker_apps -K
# the binary | this.file | -i targets | *optional --tags | -K asks for sudo pass

- hosts: all
sudo: true

roles:
- docker
#- mergerfs
#- snapraid
- mergerfs
- snapraid
- epsilon
3 changes: 2 additions & 1 deletion roles/epsilon/tasks/base-os.yml
Expand Up @@ -26,6 +26,7 @@
- reptyr
- screen
- sudo
- tmux
- tree
- wget
- xfsprogs
Expand All @@ -45,7 +46,7 @@
- name: mount disks
mount:
name: "{{ item.name }}"
src: "{{item.src}}"
src: "{{ item.src}}"
fstype: xfs
# change to 'mounted' to auto mount
state: present
Expand Down

0 comments on commit 01554e7

Please sign in to comment.