Skip to content

Commit

Permalink
Remove "DO NOT EDIT THIS FILE BY HAND" from all plays (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Aug 18, 2024
1 parent b14c9c0 commit 1f1a224
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion playbooks/bootstrap.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
---
- name: Bootstrap manager node - pt. 1
hosts: manager
Expand Down
2 changes: 0 additions & 2 deletions playbooks/chrony.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Apply role chrony
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/configuration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Update configuration
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Apply role docker
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/keypair.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Create local ssh private key file
hosts: localhost
connection: local
Expand Down
2 changes: 0 additions & 2 deletions playbooks/manager.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Apply role manager
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/netbox.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Apply role netbox
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/network.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Apply role network
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/operator.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Make ssh pipelining working
hosts: manager
gather_facts: false
Expand Down
2 changes: 0 additions & 2 deletions playbooks/proxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Apply role proxy
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/pull.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Pull manager images
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/python3.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Install python3 environment
hosts: all
gather_facts: false
Expand Down
2 changes: 0 additions & 2 deletions playbooks/reboot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Reboot manager systems
hosts: manager
gather_facts: false
Expand Down
2 changes: 0 additions & 2 deletions playbooks/services.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Apply role traefik
hosts: manager

Expand Down
2 changes: 0 additions & 2 deletions playbooks/traefik.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

- name: Apply role traefik
hosts: manager

Expand Down

0 comments on commit 1f1a224

Please sign in to comment.