Live data from Hacker News

Viewing profile — mr_C

mr_C

HN member
Joined
Wed, Apr 14, 2021, 8:34 PM UTC
HN karma
0
Public activity
5 items

About mr_C

No profile information was provided.

Recent public activity

  1. comment
    Comment #26817772

    Not true, just set state to absent and run your play again.

  2. comment
    Comment #26817720

    I came up with trivial examples because no one forgets about non-trivial resources. In my opinion, if you decrease some instance count from 18 to 3, you'd rather waste 1 minute del…

  3. comment
    Comment #26817622

    Using ec2_instance_info to check if the instance exists filtering by name (eg: selectattr('tags.Name', 'defined') | selectattr('tags.Name', 'equalto', server_name) ) and then stand…

  4. comment
    Comment #26813293

    Who cares if there is a dangling dns records somewhere or an extra allocated floating ip? In practice you could just set state:absent to whatever you are trying to remove or just r…

  5. comment
    Comment #26812857

    Maybe an unpopular opinion but what you just described as "naive" is arguably a better solution than Terraform's overengineering. I use Ansible to manage multiple clouds (Openstack…