add laptop setup #268
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: irantu
|
- hosts: laptop
|
||||||
roles:
|
roles:
|
||||||
- role: mgrote_users
|
- role: mgrote_users
|
||||||
tags: users
|
tags: users
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: laptop
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
roles:
|
roles:
|
||||||
- role: robertdebock.bootstrap
|
- role: robertdebock.bootstrap
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
password: "{{ lookup('viczem.keepass.keepass', 'mg_linux_password_hash', 'password') }}"
|
password: "{{ lookup('viczem.keepass.keepass', 'mg_linux_password_hash', 'password') }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
### reobertdebock.bootstrap
|
### robertdebock.bootstrap
|
||||||
bootstrap_user: mg
|
bootstrap_user: mg
|
||||||
bootstrap_wait_for_host: false
|
bootstrap_wait_for_host: false
|
||||||
bootstrap_timeout: 1
|
bootstrap_timeout: 1
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
password: "{{ lookup('viczem.keepass.keepass', 'mg_linux_password_hash', 'password') }}"
|
password: "{{ lookup('viczem.keepass.keepass', 'mg_linux_password_hash', 'password') }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
### reobertdebock.bootstrap
|
### robertdebock.bootstrap
|
||||||
bootstrap_user: mg
|
bootstrap_user: mg
|
||||||
bootstrap_wait_for_host: false
|
bootstrap_wait_for_host: false
|
||||||
bootstrap_timeout: 1
|
bootstrap_timeout: 1
|
||||||
|
|
Loading…
Reference in a new issue