User Tools

Site Tools


automation:ansible

Differences

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

Link to this comparison view

automation:ansible [2023/07/12 21:42] jotasandokuautomation:ansible [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 87: Line 87:
   * -a : arguments   * -a : arguments
  
-  ansible all -i inventory -m setup    # this collects facts 
   ansible all -i inventory -m setup    # this collects facts   ansible all -i inventory -m setup    # this collects facts
   ansible -i hosts all -m ping --private-key /home/student/ansible_key  # PING module, useful to test connectivity to the hosts   ansible -i hosts all -m ping --private-key /home/student/ansible_key  # PING module, useful to test connectivity to the hosts
Line 540: Line 539:
   * ''force_handlers'' : to force a handler that has been triggered to run, even if (another) task fails.   * ''force_handlers'' : to force a handler that has been triggered to run, even if (another) task fails.
   * [[https://stackoverflow.com/questions/42653655/ansible-ignore-errors-when|External Link]]   * [[https://stackoverflow.com/questions/42653655/ansible-ignore-errors-when|External Link]]
 +
 +
 +----
 +__AWX__
 +\\
 +  * Ansible Tower == AWS  =~ 'Ansible Automation Platform' (this latter is sold now by redhat)
 +  * {{ :automation:awx-sander-van-vugt.pdf |}}
 +  * **AWX uses k8s extensively**
 +Install minikube (ubuntu) with:
 +  minikube start --cpus=4 --memory=6g --addons=ingress --vm-driver=docker
automation/ansible.1689198148.txt.gz · Last modified: (external edit)