Compare commits
No commits in common. "043ec07ad4ea4f8de35068f199cf0709dbe44755" and "dd771c5dca9f661e9a18636b34fd1df4a0663aec" have entirely different histories.
043ec07ad4
...
dd771c5dca
2 changed files with 26 additions and 26 deletions
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
ansible_user: haletek
|
ansible_user: haletek
|
||||||
|
#ansible_ssh_common_args: '-o ProxyCommand="ssh dc1-bastion -W %h:%p 2>/dev/null" -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' # Disable host key checking for re-imaging w/ jump box
|
||||||
ansible_ssh_common_args: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' # Disable host key checking for re-imaging
|
ansible_ssh_common_args: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' # Disable host key checking for re-imaging
|
||||||
base_core_ssh_permit_password_authentication: true # Enable
|
base_core_ssh_permit_password_authentication: true # Enable
|
||||||
base_core_root_ca_url: "https://cert.haletek.cloud/PKI/RootCA.cer" # Define the Root CA to be installed
|
base_core_root_ca_url: "http://cert.haletek.cloud/PKI/RootCA.cer" # Define the Root CA to be installed
|
||||||
base_core_root_ca_basename: "HLTKCL_RootCA" # Define the name of the Root CA to be installed
|
base_core_root_ca_basename: "HLTKCL_RootCA" # Define the name of the Root CA to be installed
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
state: latest
|
state: latest
|
||||||
extra_args: --upgrade
|
extra_args: --upgrade
|
||||||
when: ansible_python_version is version('3', '>=')
|
when: ansible_python_version is version('3', '>=')
|
||||||
become: false
|
become: true
|
||||||
|
|
||||||
- name: Install latest python2-cryptography
|
- name: Install latest python2-cryptography
|
||||||
package:
|
package:
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
executable: pip3
|
executable: pip3
|
||||||
state: latest
|
state: latest
|
||||||
when: ansible_python_version is version('3', '>=')
|
when: ansible_python_version is version('3', '>=')
|
||||||
become: false
|
become: true
|
||||||
|
|
||||||
- name: Ensure directory exists for local self-signed TLS certs
|
- name: Ensure directory exists for local self-signed TLS certs
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue