neue plays erstellt (#82)
enues plays erstellt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#82 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
a91bcd13b4
commit
201e2be4ff
2 changed files with 7 additions and 1 deletions
6
playbooks/base/0_setup.yml
Normal file
6
playbooks/base/0_setup.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
- import_playbook: 1_bootstrap.yml
|
||||
- import_playbook: 0_master.yml
|
||||
- import_playbook: 98_update_packages.yml
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- hosts: ovpn
|
||||
- hosts: all
|
||||
become: yes
|
||||
serial: 5
|
||||
|
||||
|
|
Loading…
Reference in a new issue