Difference between revisions of "Ansible Update Certificate Trust"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` ansible-playbook -i hosts.yaml -e ansible_password=$USERPASS -e ansible_user=$USERNAME ca-cert.yaml -e ansible_become_password=$USERPASS ``` hosts.yaml ``` ungrouped: h...")
(No difference)

Revision as of 21:54, 21 December 2023

ansible-playbook -i hosts.yaml -e ansible_password=$USERPASS -e ansible_user=$USERNAME ca-cert.yaml -e ansible_become_password=$USERPASS

hosts.yaml

ungrouped:
  hosts:
    foo.example.com:

ca-cert.yaml