Ansible Update Certificate Trust

From UVOO Tech Wiki
Revision as of 21:54, 21 December 2023 by Busk (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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