Adding some dev tools to mustafar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
common_packages:
|
||||
packages_common:
|
||||
- 'screen'
|
||||
- 'vim'
|
||||
|
||||
|
||||
11
inventory/group_vars/gl_servers.yml
Normal file
11
inventory/group_vars/gl_servers.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
git_install_from_source: False
|
||||
|
||||
ruby_install_from_source: False
|
||||
ruby_install_bundler: True
|
||||
|
||||
nodejs_version: '24.x'
|
||||
|
||||
packages_extra:
|
||||
- 'go'
|
||||
@@ -4,6 +4,9 @@ mustafar ansible_host=mustafar
|
||||
[gitea_servers]
|
||||
mustafar ansible_host=mustafar
|
||||
|
||||
[gl_servers]
|
||||
mustafar ansible_host=mustafar
|
||||
|
||||
[nameservers]
|
||||
#ns1 ansible_host=ns1.int.metaunix.net
|
||||
#ns2 ansible_host=ns2.int.metaunix.net
|
||||
|
||||
Reference in New Issue
Block a user