diff options
| author | boom2 <blizzack@blizzack.com> | 2023-12-08 14:12:33 -0500 |
|---|---|---|
| committer | boom2 <blizzack@blizzack.com> | 2023-12-08 14:12:33 -0500 |
| commit | d8a7729358a2fd3b911022e45d0197fda3e5da94 (patch) | |
| tree | f75d69bcd7b08a9bebf325c037e4557c61a958e2 /home/.ansible/hosts | |
| parent | 2fd6a845dfe9ed6b3189c247928dc87d8f76d01a (diff) | |
- add exeriments for:
- roles
- variables
- inventory changes
- config changes
Diffstat (limited to 'home/.ansible/hosts')
| -rw-r--r-- | home/.ansible/hosts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/home/.ansible/hosts b/home/.ansible/hosts index 81947e7..27b4d77 100644 --- a/home/.ansible/hosts +++ b/home/.ansible/hosts @@ -1,5 +1,13 @@ +# - you will need to define any variables before we define any stanzas +# https://docs.ansible.com/ansible/latest/inventory_guide/connection_details.html +# https://nixzie.com/run-ansible-playbook-locally/#Run_Ansible_Playbook_Locally_Using_Local_Action + + [test] 192.168.0.220 [dev] -192.168.0.220
\ No newline at end of file +192.168.0.220 + +localhost ansible_connection=local + |
