add readme, node_exporter when provision new machine

This commit is contained in:
Bruno MATEU 2025-02-09 23:51:13 +01:00
parent 50fc1d18a1
commit d56ccd4f50
2 changed files with 7 additions and 1 deletions

View file

@ -3,7 +3,7 @@ ANSIBLE_BASE=ansible-playbook --vault-password-file ${ANSIBLE_VAULT_PASSWORD_FIL
.PHONY: provision
provision: dns-provision prometheus-provision
${ANSIBLE_BASE} -l "${host}" -t basics,users -e "ansible_user=root" all.yml
${ANSIBLE_BASE} -l "${host}" -t basics,users,node_exporter -e "ansible_user=root" all.yml
.PHONY: prometheus-provision
prometheus-provision:

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# catgrl.org IAAC description
## Create a new machine
- Add the new host to inventory
- Run `make provision host=<hostname>`