Replace alldist with a wrapper script around a playbook #3
Labels
No Label
Accounts
Apache
Infrastructure
NFSv3 :|
NFSv4 :(
Security
BUG
Feature
High Priority
Low Priority
Medium Priority
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/ansible-playbooks#3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So the playbook syntax seems a little obtuse for this use case. We should write the very simple playbook then wrap it with some simple bash.
I want something like:
ansible-alldist office /etc/hosts
or even:ansible-alldist office ~/tmp/config.template /etc/foo/config
We also need to handle directories and when the group includes the Ansible host.
Can do this with the files module very easily. Can be written as a oneshot as well if it's minor.
Status changed to closed