dotfiles/Makefile

20 lines
449 B
Makefile
Raw Normal View History

.PHONY: fedora-deps deps fedora-bootstrap gpg keys
ANSIBLE_PYTHON := /usr/bin/python3
AP := ansible-playbook -vv -K -c local -i localhost, -e ansible_python_interpreter=$(ANSIBLE_PYTHON)
fedora-bootstrap:
$(AP) playbooks/fedora.yml
deps:
ansible-galaxy collection install community.general
fedora-deps:
sudo dnf install -y ansible # ansible-collection-community-general
gpg:
bash scripts/generate_gpg.sh
keys:
bash scripts/export_keys.sh