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