mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-12-02 17:33:40 +00:00
Compare commits
2 Commits
93f66f5748
...
ca2a4cdef8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca2a4cdef8 | ||
|
|
6701df1a19 |
2
files/resolv.conf
Normal file
2
files/resolv.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
nameserver 127.0.0.1
|
||||||
|
nameserver 1.1.1.1
|
||||||
@@ -643,6 +643,21 @@
|
|||||||
- openssl
|
- openssl
|
||||||
- www
|
- www
|
||||||
|
|
||||||
|
- name: "Deployer - OpenSSL - Configure - Copy Certificate / Root"
|
||||||
|
community.crypto.x509_certificate:
|
||||||
|
src: "/root/data/openssl/root/cert.pem"
|
||||||
|
dest: "/usr/local/share/ca-certificates/root.crt"
|
||||||
|
tags:
|
||||||
|
- openssl
|
||||||
|
- www
|
||||||
|
|
||||||
|
- name: "Deployer - OpenSSL - Configure - CA Certificates Update"
|
||||||
|
ansible.builtin.command:
|
||||||
|
cmd: update-ca-certificates
|
||||||
|
tags:
|
||||||
|
- openssl
|
||||||
|
- www
|
||||||
|
|
||||||
- name: "Deployer - OpenSSL - Configure - Generate Certificate / Intermediate"
|
- name: "Deployer - OpenSSL - Configure - Generate Certificate / Intermediate"
|
||||||
community.crypto.x509_certificate:
|
community.crypto.x509_certificate:
|
||||||
path: "/root/data/openssl/{{ cert }}/cert.pem"
|
path: "/root/data/openssl/{{ cert }}/cert.pem"
|
||||||
|
|||||||
@@ -78,6 +78,13 @@
|
|||||||
tags:
|
tags:
|
||||||
- motd
|
- motd
|
||||||
|
|
||||||
|
- name: "Installer : Resolv.conf : Configure - Copy File"
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: './files/resolv.conf'
|
||||||
|
dest: '/etc/resolv.conf'
|
||||||
|
tags:
|
||||||
|
- resolv
|
||||||
|
|
||||||
- name: "Installer : Networking : Configure - Copy Configuration"
|
- name: "Installer : Networking : Configure - Copy Configuration"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: './files/networking/interfaces'
|
src: './files/networking/interfaces'
|
||||||
|
|||||||
Reference in New Issue
Block a user