ansible-playbook-grapher integriert
This commit is contained in:
parent
4d733cc2f6
commit
573bc8499a
2 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
# ansible_heimserver
|
||||
|
||||
## playbook-grapher
|
||||
`ansible-playbook-grapher --include-role-tasks tests/fixtures/with_roles.yml`
|
||||
|
||||
## example-cli
|
||||
`ansible-playbook playbooks/base/0_master.yml -i inventory --limit jenkins-test.grote.lan --key-file id_rsa_ansible_user --vault-pass-file vault-pass.yml`
|
||||
|
||||
|
|
|
@ -5,8 +5,12 @@
|
|||
- name: pykeepass
|
||||
- name: Jinja2
|
||||
- name: markupsafe
|
||||
- name: ansible-playbook-grapher
|
||||
### geerlingguy.ansible
|
||||
ansible_install_method: pip
|
||||
ansible_install_version_pip: '2.10'
|
||||
### mgrote.restic
|
||||
restic_folders_to_backup: "/usr/local /etc /root /home"
|
||||
### mgrote.install_packages
|
||||
programs_extra:
|
||||
- graphviz # für ansible-playbook-grapher
|
||||
|
|
Loading…
Reference in a new issue