initial bootstrapping workflow
This commit is contained in:
parent
f2f99a932d
commit
5ad30d3343
11 changed files with 129 additions and 36 deletions
30
group_vars/all/vars.yml
Normal file
30
group_vars/all/vars.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
ansible_ssh_user: debian
|
||||
ansible_ssh_port: 22
|
||||
|
||||
# Values for static IP configuration
|
||||
broadcast_ip: 192.168.0.255
|
||||
router_ip: 192.168.0.1
|
||||
|
||||
debian_pass: "{{ vault_debian_pass }}"
|
||||
|
||||
ansible_become_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
38306565386265383731653936353766396630626163316335643261613561363030653561346239
|
||||
3764363033386531623331616132643637353536326439620a356232626635626266656331643466
|
||||
36343435646561643662373138613237626461373330346566356132636366623731643838383633
|
||||
3765666163656264340a663138623535626161376666323862373131383637356231323737313564
|
||||
6430
|
||||
|
||||
lambroek_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
33373365393262643630646336323731376232646138613061363933366265393863636536303430
|
||||
3738363338653035623039383463643761343261336366620a353532613132343439333563663664
|
||||
61643135323936323362326365663366333864363735363438636361643734333930616566356563
|
||||
3038373639646338380a393061376135353564373062353139366461383939333161333936613430
|
||||
33383233336531663261373631363733323839353235613131363966643838373033373437613764
|
||||
37306137366666663938616465393464653961643732636236636438396165623165653363623135
|
||||
36386632303939646632393362373838663337663063326338623534326561656561633131376138
|
||||
64376237373133333761313635346266306638383038663333366139303437323562303733373764
|
||||
63316564393763643834643232663462333633373639633938663035633063356530
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue