Skip to content
Snippets Groups Projects
Verified Commit c19565b0 authored by Marc-Antoine Godde's avatar Marc-Antoine Godde
Browse files

Remove secrets from initial-deploy playbooks

parent 34b704bb
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ callback_whitelist = timer, profile_tasks ...@@ -140,7 +140,7 @@ callback_whitelist = timer, profile_tasks
# If set, configures the path to the Vault password file as an alternative to # If set, configures the path to the Vault password file as an alternative to
# specifying --vault-password-file on the command line. # specifying --vault-password-file on the command line.
vault_password_file = ./vault/passwords #vault_password_file = ./vault/passwords
# format of string {{ ansible_managed }} available within Jinja2 # format of string {{ ansible_managed }} available within Jinja2
# templates indicates to users editing templates files will be replaced. # templates indicates to users editing templates files will be replaced.
......
...@@ -33,11 +33,6 @@ ...@@ -33,11 +33,6 @@
include_tasks: default-user.yml include_tasks: default-user.yml
when: remove_default_user when: remove_default_user
- name: Set the root password
user:
name: root
password: "{{ root_password_hash }}"
- name: Restrict SSH root access - name: Restrict SSH root access
block: block:
- name: Remove root SSH keys if some are present - name: Remove root SSH keys if some are present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment