remove Makefile
This commit is contained in:
parent
3f7a62551b
commit
3eae0dff79
4 changed files with 7 additions and 41 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.vault_password
|
40
Makefile
40
Makefile
|
@ -1,40 +0,0 @@
|
||||||
all:
|
|
||||||
ansible-playbook playbooks/all.yml -i inventory/hosts.yml -K --ask-vault-pass
|
|
||||||
|
|
||||||
asdf:
|
|
||||||
ansible-playbook playbooks/asdf.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
neovim:
|
|
||||||
ansible-playbook playbooks/neovim.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
nicotine:
|
|
||||||
ansible-playbook playbooks/nicotine.yml -i inventory/hosts.yml -K --ask-vault-pass
|
|
||||||
|
|
||||||
signal:
|
|
||||||
ansible-playbook playbooks/signal.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
strawberry:
|
|
||||||
ansible-playbook playbooks/strawberry.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
syncthing:
|
|
||||||
ansible-playbook playbooks/syncthing.yml -i inventory/hosts.yml -K --ask-vault-pass
|
|
||||||
|
|
||||||
system:
|
|
||||||
ansible-playbook playbooks/system.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
virtualbox:
|
|
||||||
ansible-playbook playbooks/virtualbox.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
vscodium:
|
|
||||||
ansible-playbook playbooks/vscodium.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
wireguard:
|
|
||||||
ansible-playbook playbooks/wireguard.yml -i inventory/hosts.yml -K --ask-vault-pass
|
|
||||||
|
|
||||||
alacritty:
|
|
||||||
ansible-playbook playbooks/alacritty.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
bash:
|
|
||||||
ansible-playbook playbooks/bash.yml -i inventory/hosts.yml -K
|
|
||||||
|
|
||||||
.PHONY: run
|
|
|
@ -1,3 +1,9 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
# (pathspec) Colon separated paths in which Ansible will search for Roles.
|
# (pathspec) Colon separated paths in which Ansible will search for Roles.
|
||||||
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
|
||||||
|
inventory=inventory
|
||||||
|
vault_password_file=./.vault_password
|
||||||
|
playbook_dir=playbooks
|
||||||
|
|
||||||
|
[privilege_escalation]
|
||||||
|
become_ask_pass=true
|
||||||
|
|
|
@ -4,4 +4,3 @@ full_name: "{{ first_name }} {{ last_name }}"
|
||||||
email: pim@kunis.nl
|
email: pim@kunis.nl
|
||||||
vscodium_extensions:
|
vscodium_extensions:
|
||||||
- shd101wyy.markdown-preview-enhanced
|
- shd101wyy.markdown-preview-enhanced
|
||||||
- streetsidesoftware.code-spell-checker
|
|
||||||
|
|
Reference in a new issue