Add more roles and start adding packages
This commit is contained in:
13
inventory/group_vars/fedora_workstations/main.yml
Normal file
13
inventory/group_vars/fedora_workstations/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# Variables for fedora_workstations group
|
||||
|
||||
# Ansible connection settings
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
# Add group-specific variables here
|
||||
# Example:
|
||||
# timezone: Europe/Berlin
|
||||
# locale: en_US.UTF-8
|
||||
timezone: Europe/Berlin
|
||||
locale: de_DE.UTF-8
|
||||
|
||||
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