Doku
This commit is contained in:
parent
cfcd6e53c9
commit
4d4fa7fdfe
3 changed files with 2 additions and 3 deletions
|
@ -34,7 +34,7 @@ default('GitLab-Runner') }}" <-- wenn Inhalt leer, dann default...
|
|||
`ansible-playbook-grapher --include-role-tasks tests/fixtures/with_roles.yml`
|
||||
|
||||
## example-cli
|
||||
`ansible-playbook playbooks/base/0_master.yml -i inventory --key-file id_rsa_ansible_user --limit jenkins-test.grote.lan`
|
||||
`ansible-playbook playbooks/base/0_master.yml -i inventory --key-file id_rsa_ansible_user --vault-password-file vault-pass.yml --limit jenkins-test.grote.lan`
|
||||
|
||||
## install necessary collections
|
||||
`ansible-galaxy collection install -r requirements.yml`
|
||||
|
|
|
@ -6,7 +6,6 @@ roles_path = ./roles
|
|||
lookup_plugins = ./plugins/lookup
|
||||
collections_paths = ./ansible_collections
|
||||
private_key_file = ./id_rsa_ansible_user
|
||||
#vault_password_file = ./vault-pass.yml
|
||||
[inventory]
|
||||
|
||||
[privilege_escalation]
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
tags: "tmux",
|
||||
when: "not 'virt' in group_names" }
|
||||
- { role: geerlingguy.dotfiles,
|
||||
become_user: "{{ dotfiles_user }}" ,
|
||||
# become_user: "{{ dotfiles_user }}" ,
|
||||
become: true,
|
||||
tags: "dotfiles" }
|
||||
|
|
Loading…
Reference in a new issue