Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
administratif:tooling:ansible [2025/09/26 12:40] – [Ansible Environment] remiadministratif:tooling:ansible [2025/09/26 14:02] (current) remi
Line 1: Line 1:
 +====== Ansible ======
 +
 ===== Ansible Environment ===== ===== Ansible Environment =====
  
Line 57: Line 59:
  
 <code> <code>
-# Run only on calypso0, import the users.yml variable file to have all users UID/GID, start the playbook at the step that runs the ISC2 task +# Run only on calypso0 and calypso1, import the users.yml variable file to have all users UID/GID, start the playbook at the step that runs the ISC2 task 
-ansible-playbook -i labs.ini calypso-sys.yml --limit calypso0 --extra-vars='@users.yml' --start-at-task="Check or Add ISC2 users"+ansible-playbook -i labs.ini calypso-sys.yml --limit calypso0,calypso1 --extra-vars='@users.yml' --start-at-task="Check or Add ISC2 users"
 </code> </code>
  
Back to top