mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
add tags so I don't have to run it all
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
|
||||
- name: mount up disk of persistent storage
|
||||
action: mount name=/srv/persist src='LABEL=logstash01' fstype=ext4 state=mounted
|
||||
tags:
|
||||
- mount_disk
|
||||
|
||||
- name: mount up second disk of persistent storage
|
||||
action: mount name=/srv/persist2 src='LABEL=logstash02' fstype=ext4 state=mounted
|
||||
tags:
|
||||
- mount_disk
|
||||
|
||||
# open up ports (22, 80, 443)
|
||||
- name: poke holes in the firewall
|
||||
|
||||
Reference in New Issue
Block a user