cleaned deps
This commit is contained in:
parent
3943e4fe77
commit
2c28469822
@ -10,6 +10,7 @@
|
||||
update_cache=yes
|
||||
with_items:
|
||||
- ack
|
||||
- ansible
|
||||
- ca-certificates
|
||||
- coreutils
|
||||
- curl
|
||||
@ -19,14 +20,9 @@
|
||||
- grep
|
||||
- imagemagick
|
||||
- lftp
|
||||
- libffi-dev
|
||||
- libstdc++
|
||||
- make
|
||||
- musl-dev
|
||||
- nodejs
|
||||
- openssl-dev
|
||||
- perl
|
||||
- python-dev
|
||||
- python3
|
||||
- python3-dev
|
||||
become: yes
|
||||
@ -91,13 +87,6 @@
|
||||
backup=yes
|
||||
become: yes
|
||||
|
||||
- name: install ansible
|
||||
pip:
|
||||
name=ansible
|
||||
virtualenv=~/ansible
|
||||
virtualenv_python=python
|
||||
state=latest
|
||||
|
||||
- name: clone batcave
|
||||
git:
|
||||
repo=https://github.com/xsteadfastx/batcave.git
|
||||
@ -106,7 +95,7 @@
|
||||
|
||||
- name: run batcave
|
||||
command:
|
||||
~/ansible/bin/ansible-playbook -i hosts xonsh.yml -c local --extra-vars="hosts=localhost"
|
||||
ansible-playbook -i hosts xonsh.yml -c local --extra-vars="hosts=localhost"
|
||||
chdir=~/.batcave
|
||||
environment:
|
||||
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
|
||||
@ -128,12 +117,9 @@
|
||||
name={{ item }}
|
||||
state=absent
|
||||
with_items:
|
||||
- g++
|
||||
- gcc
|
||||
- libffi-dev
|
||||
- libstdc++
|
||||
- openssl-dev
|
||||
- python-dev
|
||||
- g++
|
||||
- musl-dev
|
||||
- python3-dev
|
||||
become: yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user