cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: deploy key
|
- hosts: bastion
|
||||||
hosts: bastion
|
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Set authorized key taken from file
|
- name: Set authorized key taken from file
|
||||||
@@ -12,7 +11,6 @@
|
|||||||
- hosts: test_server
|
- hosts: test_server
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: false
|
become: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Run hostname -a
|
- name: Run hostname -a
|
||||||
command: hostname -a
|
command: hostname -a
|
||||||
|
|||||||
Reference in New Issue
Block a user