update playbook names
This commit is contained in:
parent
8365d41340
commit
6fda827d87
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Install Tor on {{ inventory_hostname }}
|
- name: Install Tor
|
||||||
hosts: tor_systems
|
hosts: tor_systems
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- name: Setup base system
|
||||||
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- base_setup
|
- base_setup
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- name: Update systems
|
||||||
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- system_update
|
- system_update
|
Loading…
x
Reference in New Issue
Block a user