Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup #519

Merged
merged 3 commits into from
Jan 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ stdout_callback = community.general.yaml
timeout = 30
#
# Do not use a hard-code vault_password_file file here:
# we have multiple .vault_pass.txt.clustername files with specific passwords for each cluster.
# we have multiple .vault_pass.txt.${stack_name} files with specific passwords for each stack.
# The stack_name and stack_prefix variables are defined in
# group_vars/${stack_name}/vars.yml
# source the .lor-init file in the root of the repo and then use the lor-config function:
# source ./lor-init
# lor-config [name-of-a-cluster]
# lor-config ${stack_prefix}
# This wil configure various environment variables including ANSIBLE_VAULT_PASSWORD_FILE.
#
#vault_password_file = .vault_pass.txt
Expand Down
70 changes: 0 additions & 70 deletions callback_plugins/homsaplog.py

This file was deleted.

1 change: 0 additions & 1 deletion single_group_playbooks/callback_plugins

This file was deleted.

1 change: 0 additions & 1 deletion single_role_playbooks/callback_plugins

This file was deleted.