added debian-to-pbs variables in a specific file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
inventory.ini
|
||||
vars
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
- hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
- name: Import related variables
|
||||
ansible.builtin.include_vars:
|
||||
file: debian-to-pbs.yml
|
||||
- import_tasks: tasks/debian-general/hostname.yml
|
||||
- import_tasks: tasks/debian-general/resolv-conf.yml
|
||||
- import_tasks: tasks/debian-general/hosts-file.yml
|
||||
|
||||
4
vars/debian-to-pbs.yml
Normal file
4
vars/debian-to-pbs.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
HOSTNAME: pve01.example.com
|
||||
HOSTNAME_SHORT: pve01
|
||||
PUBLIC_IP: 192.168.1.101
|
||||
Reference in New Issue
Block a user