Skip to content
Snippets Groups Projects
Commit 6e7a9474 authored by ale's avatar ale
Browse files

Set become=no on localhost

parent 3d668b49
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
- hosts: localhost - hosts: localhost
gather_facts: no gather_facts: no
become: no
tasks: tasks:
# Create the paths below credentials_dir that we're going to use. # Create the paths below credentials_dir that we're going to use.
- name: "Create paths below {{ credentials_dir }}" - name: "Create paths below {{ credentials_dir }}"
...@@ -19,9 +20,10 @@ ...@@ -19,9 +20,10 @@
path: "{{ credentials_dir }}/{{ item }}" path: "{{ credentials_dir }}/{{ item }}"
state: directory state: directory
with_items: with_items:
- dkim
- dnssec
- ssh - ssh
- sso - sso
- vars
- x509 - x509
# First of all, generate secrets from the passwords.yml file. # First of all, generate secrets from the passwords.yml file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment