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