Merge branch 'master' of git.9iron.club:salt/ansible

This commit is contained in:
Salt 2020-06-01 02:19:18 -05:00
commit 4074c6340f
2 changed files with 15 additions and 1 deletions

View File

@ -98,11 +98,14 @@
# DE
- compton
- dunst
- hsetroot
- i3-gaps-wm
- i3lock
- kubuntu-desktop
- papirus-icon-theme
- pavucontrol-qt
- polybar
- xbacklight
# Desktop applications
- cantata
- chromium-browser
@ -114,6 +117,7 @@
- firefox
- g810-led
- gimp
- inkscape
- joy2key
- joystick
- kcolorchooser
@ -201,4 +205,13 @@
loop:
- mpd.socket
- mpd.service
- motd-news.service
- motd-news.timer
- name: Start services
systemd:
name: "{{ item }}"
enabled: yes
state: started
loop:
- syncthing@salt.service
become: yes

View File

@ -54,9 +54,10 @@
name: git
- name: Install Gitea
get_url:
url: "https://dl.gitea.io/gitea/1.11.4/gitea-1.11.4-linux-amd64"
url: "https://dl.gitea.io/gitea/1.12/gitea-1.12-linux-amd64"
dest: "/usr/local/bin/gitea"
mode: "0755"
notify: restart gitea
- name: Create Gitea user
user:
name: git