add vault file
This commit is contained in:
@@ -16,9 +16,11 @@
|
||||
- name: Add host reservation to dnsmasq
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/dnsmasq.d/hosts.conf
|
||||
line: "dhcp-host={{ mac_address }},{{ ip_address }},{{ hostname }}"
|
||||
regexp: "^dhcp-host={{ mac_address }}"
|
||||
line: "dhcp-host={{ mac_address }},{{ ip_address }} #{{ hostname }}"
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Restart dnsmasq service
|
||||
ansible.builtin.service:
|
||||
name: dnsmasq
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
hosts: 127.0.0.1
|
||||
connection: local
|
||||
gather_facts: true
|
||||
vars_files: vars.yml
|
||||
#vars_files: ../vars.yml
|
||||
|
||||
vars_prompt:
|
||||
- name: freeipa_password
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
|
||||
vars:
|
||||
mac_address: "98:b7:85:1e:c6:f1"
|
||||
ip_address: "10.1.71.10"
|
||||
hostname: "ocp-hub"
|
||||
9
group_vars/all.yml
Normal file
9
group_vars/all.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# Variables for Free-IPA
|
||||
freeipa_user: "admin"
|
||||
freeipa_password: "{{ vault_freeipa_password }}"
|
||||
|
||||
# Variables for 10-sno-hub-cluster
|
||||
mac_address: "98:b7:85:1e:c6:f1"
|
||||
ip_address: "10.1.71.10"
|
||||
hostname: "ocp-hub"
|
||||
7
group_vars/vault.yml
Normal file
7
group_vars/vault.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
66333237373037343133313262646464353636633036383862353132313734626533326536643561
|
||||
6430343766306631346664306135626637613064376331370a353464353861343337666337306434
|
||||
38313138376133623362363935366233636265323936373138323736656438613233336232383762
|
||||
3935653063396436360a303566333932343161643064363663373634633432663234336461353265
|
||||
61633534646132626531373466343937656138643737393566613063366639326134396137653437
|
||||
6132393536353736373965663431633361636361326638666364
|
||||
Reference in New Issue
Block a user