add readme, node_exporter when provision new machine
This commit is contained in:
parent
50fc1d18a1
commit
d56ccd4f50
2 changed files with 7 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
6
README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# catgrl.org IAAC description
|
||||
|
||||
## Create a new machine
|
||||
|
||||
- Add the new host to inventory
|
||||
- Run `make provision host=<hostname>`
|
||||
Loading…
Add table
Reference in a new issue