Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
00883875
Verified
Commit
00883875
authored
Dec 25, 2018
by
Florian Pritz
Browse files
Replace deprecated pacman with_items usage with direct list
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
d364a728
Changes
3
Hide whitespace changes
Inline
Side-by-side
roles/archbuild/tasks/main.yml
View file @
00883875
---
-
name
:
install additional buildserver support packages
pacman
:
name={{item}} state=present
with_items
:
-
appstream-generator
pacman
:
name="appstream-generator" state=present
-
name
:
install archbuild
pacman
:
name=systemd-swap,devtools,zsh,git,subversion,mercurial,bzr,xdelta3,ruby,tig,colordiff state=present
...
...
roles/security_tracker/tasks/main.yml
View file @
00883875
---
-
name
:
install packages
pacman
:
name={{ item }} state=present
with_items
:
-
git
-
python
-
python-sqlalchemy
-
python-flask
-
python-flask-sqlalchemy
-
python-flask-wtf
-
python-flask-login
-
python-flask-talisman
-
python-requests
-
python-scrypt
-
pyalpm
-
sqlite
-
expac
-
uwsgi-plugin-python
pacman
:
state
:
present
name
:
-
git
-
python
-
python-sqlalchemy
-
python-flask
-
python-flask-sqlalchemy
-
python-flask-wtf
-
python-flask-login
-
python-flask-talisman
-
python-requests
-
python-scrypt
-
pyalpm
-
sqlite
-
expac
-
uwsgi-plugin-python
-
name
:
make security user
user
:
name=security shell=/bin/false home="{{ security_tracker_dir }}" createhome=no
...
...
roles/tools/tasks/main.yml
View file @
00883875
-
name
:
install sysadmin tools
pacman
:
name={{ item }} state=present
with_items
:
-
lsof
-
psmisc
-
htop
-
nethogs
-
iftop
-
rsync
-
tmux
-
mtr
-
sshfs
-
dfc
-
tree
-
dstat
-
dmidecode
-
net-tools
-
ncdu
-
nmap
-
sysstat
-
iptraf-ng
-
vnstat
-
screen
-
tcpdump
-
sudo
pacman
:
state
:
present
name
:
-
lsof
-
psmisc
-
htop
-
nethogs
-
iftop
-
rsync
-
tmux
-
mtr
-
sshfs
-
dfc
-
tree
-
dstat
-
dmidecode
-
net-tools
-
ncdu
-
nmap
-
sysstat
-
iptraf-ng
-
vnstat
-
screen
-
tcpdump
-
sudo
-
name
:
install misc utils
pacman
:
name={{ item }} state=present
with_items
:
-
zsh
-
colordiff
-
multitail
-
httpie
-
the_silver_searcher
-
ripgrep
-
cloc
-
ipcalc
-
calc
-
wget
-
neovim
-
python2-neovim
-
vim
-
parallel
-
bash-completion
-
socat
-
pv
-
ccze
-
rxvt-unicode-terminfo
-
termite-terminfo
-
p7zip
-
unzip
-
setconf
-
fish
pacman
:
state
:
present
name
:
-
zsh
-
colordiff
-
multitail
-
httpie
-
the_silver_searcher
-
ripgrep
-
cloc
-
ipcalc
-
calc
-
wget
-
neovim
-
python2-neovim
-
vim
-
parallel
-
bash-completion
-
socat
-
pv
-
ccze
-
rxvt-unicode-terminfo
-
termite-terminfo
-
p7zip
-
unzip
-
setconf
-
fish
-
name
:
start vnstatd
service
:
name=vnstat state=started enabled=true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment