Add more roles and start adding packages
This commit is contained in:
25
inventory/hosts
Normal file
25
inventory/hosts
Normal file
@@ -0,0 +1,25 @@
|
||||
[fedora_workstation]
|
||||
localhost ansible_connection=local
|
||||
|
||||
# Add additional workstations here:
|
||||
# workstation1.example.com ansible_host=192.168.1.10 ansible_user=username
|
||||
# workstation2.example.com ansible_host=192.168.1.11 ansible_user=username
|
||||
|
||||
[fedora_gnome_workstation]
|
||||
localhost ansible_connection=local
|
||||
|
||||
[fedora_development_workstation]
|
||||
localhost ansible_connection=local
|
||||
|
||||
[fedora_node_development_workstation]
|
||||
localhost ansible_connection=local
|
||||
|
||||
[fedora_dotnet_development_workstation]
|
||||
localhost ansible_connection=local
|
||||
|
||||
[fedora_corrector_workstation]
|
||||
localhost ansible_connection=local
|
||||
|
||||
[fedora_doctor_workstation]
|
||||
localhost ansible_connection=local
|
||||
|
||||
Reference in New Issue
Block a user